@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    font: 1.2em verdana, helvetica, arial, sans-serif;
    background-color: #4d5645;
}
h1{
    font-size: 100px;
    color: white;
    font-family: "Bebas Neue", sans-serif;
}
.foto{
    padding-top: 20px;
}
a:hover{
    color: green;
}
a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding-left: 10px;   
}
footer{
    font-size: 70%;
    text-align: center;
    color: white;
}
p{
    color:rgb(218, 226, 219);
    padding: 20px;
}