body {
    background-image: url("../img/back.png");
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    font-size: 1.2rem;
}

header {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 5.2rem;
    padding: 0.6rem;
    -webkit-box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
    -moz-box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
    box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
}

footer {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 1.6rem;
    padding: 1.2rem;
    -webkit-box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
    -moz-box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
    box-shadow: 2px 3px 17px 6px rgba(0,0,0,0.76);
    margin-top: 1.8rem;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section {
    text-align: center;
    background-color: rgba(45, 45, 45, 0.6);
    margin-top: 1.8rem;
    -webkit-box-shadow: 2px 6px 17px 3px rgba(0,0,0,0.76);
    -moz-box-shadow: 2px 6px 17px 3px rgba(0,0,0,0.76);
    box-shadow: 2px 6px 17px 3px rgba(0,0,0,0.76);
    padding: 1.4rem;
    width: 45rem;
}

#about_me {
    color: white;
}

section span{
    font-size: 3.5rem;
    border-bottom:0.3rem solid white;
    display: block;
}

#about_me p {
    font-size: 1.2rem;
}

#my_projects {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#my_projects span {
    width: 45rem;
}

.project {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 1.6rem;
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    -webkit-box-shadow: 2px 12px 25px 6px rgba(0,0,0,0.76);
    -moz-box-shadow: 2px 12px 25px 6px rgba(0,0,0,0.76);
    box-shadow: 2px 12px 25px 6px rgba(0,0,0,0.76);
}

.project span {
    border: none;
    font-size: 2.2rem;
    font-weight: 300;
}