body
{
    background-color: rgb(53, 53, 56);
   /* font-family: poppins;*/
}

section
{
    height: 75vh;
   /* border:  solid red 1px;*/
}

a
{
    color: rgb(212, 199, 199);
}

nav
{
    display: flex;
    justify-content: space-between;
}

ul
{
    display: flex;
    list-style-type: none;
    width: 550px;
    justify-content: space-around;
    font-size: 30px;
}

li
{
    text-decoration: none;
    color : white;
}

.pfp
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}

.Main-text
{
    margin-left: 80px;
    color : white;
}

h1
{
    text-align: center;
    font-size: 90px;
    margin: 10px;
    color: white;
}

p
{
    text-align: Left;
    margin: 30px;
    color : white;
}

.about-me
{
    color: white;
    font-size: 20px;
}

.Projects
{
    color : white;
    font-size : 25px;
}

/*
    Projects
*/

.Linha
{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.Coluna
{
    flex: 50%;
    padding: 0 4px;
}

.Coluna img
{
    margin: 4%;
    vertical-align: middle;
    width: 15%;
    border-radius: 1vw;
}
/*
    Footer
*/
footer
{
    height: 100px;
    background-color: #a52a2a;
    display: flex;
}

.Footer
{
    text-align: center;
    color : white;
    font-size: 20px;
}