@font-face {
    font-family: MonteseratRegular;
    src: url(./fonts/Montserrat-Regular.ttf);
}


*{
    font-family: MonteseratRegular;
    text-align: justify;
    color: #ffffff;
}

body {
    width: 80vw;
    max-width: 800px;
    margin:0 auto;
    background: rgb(0,56,91);
    background: linear-gradient(157deg, rgba(0,56,91,1) 13%, rgba(1,57,93,1) 35%, rgba(9,67,111,1) 43%, rgba(16,75,127,1) 66%, rgba(26,89,152,1) 77%, rgba(43,110,191,1) 90%);
    background-size: 200% 200%;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin:0 auto;
    height: auto;
    padding-top: 25px;
}

h1 {
    font-size: 26px;
    margin-top: 80px;
    text-align: left;
}

h3 {
    padding-top: 15px;
}

.voltar-termos {
    border-top: 2px solid #ffffff;
    border-left: 0.5px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-right: 0.5px solid #ffffff;
    padding: 15px;
    border-radius: 250px;
}

.voltar-termos:hover {
    color:#448FF2;
    border-top: 2px solid #448FF2;
    border-left: 0.5px solid #448FF2;
    border-bottom: 2px solid #448FF2;
    border-right: 0.5px solid #448FF2;
}

.img-logo {
    width: 240px;
    margin-top: -2px;
    margin-right: -20px;
}