@font-face {
    font-family: 'ancient';
    src: url('AncientModernTales-a7Po.ttf') format('truetype')
}

.desc {
    color: blueviolet;
    justify-content: center;
    font-family: 'ancient', 'Times', 'serif';
    font-size: 40px;
    text-align: center;
}
#corpao {
                
    /* width: 550px; */
    /* height: 110px; */
    border: 20px groove blueviolet;
    padding: 30px;
    text-align: center;

}

body {
    width: 500px;
    margin-left: auto;
    margin-right: auto; 
    padding-top: 5%;
    background-color: black;
    text-align: center;
    box-sizing: border-box;
    /* margin: auto; */
    justify-content: center;
    font-size: 20px;
    letter-spacing: 5px;
     
}

.box {
    text-align: center;
}

h2{
    color: white;
    font-family: 'ancient', 'Times', 'serif';
    opacity: 1;
    font-size: 35px;
    text-align: center;
}
.body2{
    color: white;
    font-size: 30px;
    opacity: 1;
    text-align: center;
}   
a{
    color:blueviolet;
    font-size: 25px;
    letter-spacing: 5px;
    opacity: 1;
    text-align: center;
}

