*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container{
    max-width: 960px;
    padding:0 3%;
    margin:0 auto;
}

/*LOGO*/

.logo{
    padding-top: 50px;
    text-align: center;
}

.logo img{
    border-radius: 60px;
    width: 120px;
    background-size: 100% 100%;
    background-position: center;
}

/*DESCRICAO*/

.descricao{
    text-align: center;
}

.descricao h2{
    font-size: 28px;
    color: #000000;
}

.descricao p{
    margin-bottom: 15px;
    font-size:18px;
    color: #DE1017;
}

/*LINKS*/

.links{
    padding-bottom: 50px;
}

.links a{
    margin-bottom: 8px;
    text-align: center;
    display: block;
}

.links input{
    cursor: pointer;
    width: 250px;
    height: 50px;
    font-size:20px;
    background: #bcc1c4;
    border:0;
    border-radius: 5px;
}

.links a:hover input{
    transition: 0.6s;
    background: #323333;
    color: white;
}
