*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #26163b;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
}
main{
    margin-top: 20%;
}
.texto{
    display:flex;
    flex-direction: column;
    margin-left: 30%;
    margin-right: 30%;
}
.texto a{
    color: white;
    text-decoration: none;
    margin-top: 20px;
    background-color: #955fdb;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 5px;
}
.texto a:hover{
    background-color: #9116b6;
    transition: 0.5s;
}
h3{
    font-size: 50px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

