body {
    background-color: #61E786;
}

header img{
    width: 200px;
}

header{
    display: grid;
    grid-template-columns: 200px auto;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav a{
    color: #175676;
    font-size: 40px;
    text-decoration: none;
    font-family: "Merriweather";
}

#me{
    width: 1000px;
    display: flex;
    justify-self: center;
    border: #BA324F solid 10px;
    border-radius: 100px;
    margin-bottom: 20px;
}

main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

main img{
    width: 400px;
    border: #FFF275 solid 5px;
    border-radius: 10px;
}

main a{
    text-decoration: none;
    color: #175676;
    font-size: 25px;
    font-family: "Lexend";
}

main h2{
    text-decoration: none;
    color: #175676;
    font-size: 50px;
    font-family: "Lexend";
    align-self: center;
}

main p{
    text-decoration: none;
    color: #175676;
    font-size: 15px;
    font-family: "Lexend";
}

#footer p{
    color: #D62839;
    font-size: 20px;
    font-family: "Lexend";
}

.Client, .ClientP, .ClientA {
    grid-column: 1 / 2;
}

.Lead, .LeadP, .LeadA {
    grid-column: 2 / 3;
}

.Junior, .JuniorP, .JuniorA {
    grid-column: 1 / 2;
}

.General, .GeneralP {
    grid-column: 2 / 3;
}