*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000000;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{
    border-bottom: 1px solid white;
    background-color: #26163b;
}
.voltar{
    display: flex;
}
.imagemresponsiva{
    max-width: 100%;
    height: auto;
}
.txt{
    margin-top: 8px;
}
.bagui{
    display: grid;
    grid-template-columns: 3fr 2fr;
}
.imagem{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    background-color: #370a72;
}
.texto{
    text-align: center;

    background: #1a0d2c;
}
.texto h1{
    margin-top: 10px;

    font-size: 80px;
}
.texto h2{
    font-size: 70px;
}
.butao{
    margin-top: 50%;
}

.butao a{
    background-color: #6e1fd6;
    color: white;
    text-decoration: none;
    padding: 20px;
    padding-left: 33px;
    padding-right: 33px;
    border-radius: 5px;
    border: 2PX solid white;
    font-size: 40px;
}
.butao a:hover{
    background-color: #6f00ff;
    transition: 0.5s;
}
footer{
    background-color: #000000;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 30px;
  }
