@charset "utf-8";
body {
    font-family: Arial;
    padding: 20px;
    background-color: rgba(98,102,102,1.00);
    text-align: center;
   
   
}
.me {
    background-image: -webkit-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(142,237,91,1.00) 0%,rgba(255,0,0,1.00) 100%);
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


    

/* Header/Blog Title */
.header {
    padding: 30px;
    font-size: 40px;
	text-align: center;}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 0px;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(127,236,156,1.00) 0%,rgba(255,144,144,1.00) 58.03%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(127,236,156,1.00) 0%,rgba(255,144,144,1.00) 58.03%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(127,236,156,1.00) 0%,rgba(255,144,144,1.00) 58.03%);
    background-image: url(url), linear-gradient(180deg,rgba(127,236,156,1.00) 0%,rgba(255,144,144,1.00) 58.03%);
    text-align: left;
    margin-left: 281px;
    max-width: 1220px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}
.container {
    text-align: left;
    padding-left: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.about {
    background-color: rgba(126,219,235,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,170,170,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,170,170,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(142,237,91,1.00) 0%,rgba(255,170,170,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(142,237,91,1.00) 0%,rgba(255,170,170,1.00) 100%);
    text-align: justify;
    margin-left: 0px;
    max-width: 800px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 1300px;
}
.about h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.one {
    float: right;
    margin-right: 191px;

}

.row .boys-image h3 {
    margin-left: -5px;
    padding-top: 0px;
    float: left;
}
.findingout {
    width: 1200px;
    height: 800px;
    text-align: justify;
    margin-top: 66px;
    background-color: rgba(199,186,186,1.00);
    padding-right: 10px;
    padding-left: 10px;
}
p {
    font-size: 20px;
}

.btn   {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 18px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 25.39%,rgba(0,100,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 25.39%,rgba(0,100,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 25.39%,rgba(0,100,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 25.39%,rgba(0,100,255,1.00) 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    padding-left: 20px;
}
.nav {
    text-align: center;

}











/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.me {
    max-width: 500px;
}

}

h3 {
    font-size: large;
    padding-left: 0px;
    margin-top: 5px;
}
