* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100vh;
    font-family: 'Open Sans Condensed', sans-serif;
    background: rgb(239,233,228);
    background: linear-gradient(204deg, rgba(239,233,228,1) 0%, rgba(236,208,185,1) 33%, rgba(232,182,141,1) 66%, rgba(231,151,86,1) 100%);background: linear-gradient(204deg, rgba(239,233,228,1) 0%, rgba(236,208,185,1) 33%, rgba(232,182,141,1) 66%, rgba(231,151,86,1) 100%);
    background-repeat: no-repeat;
}

.img{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.img h1 {
    font-size: 30px;
}

.img h2 {
    font-size: 16px;
}

.img img{
    width: 150px;
    border-radius: 50%;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.content a{
    text-decoration: none;
}

.content span{
    font-size: 18px;
    margin-left: 15px;
}

.content .blocos{
    width: 270px;
    background-color: white;
    margin: 10px 20px;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 0 5px white ;
    align-items: center;
}

.content .blocos i, .content .blocos span{
    color: black;

}

.footer{
    text-align: center;
}

.footer img{
    width: 200px;
}
