body {
   background-image: url('Background.png');
   background-attachment: fixed;
   background-size: cover;
   background-size: 100% 100%;
}
@font-face {
    font-family: fonte;
    src: url(virtue_bold_edit.ttf);
}
#main {
    width: 800px;
    margin: 0 auto;
}
#cabecalho {
    font-family: fonte;
    text-align: center;
    text-shadow: 3px 3px black;
    color: white;
    padding: 40px;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 0;
    align-self: center;
}
#Opcoes {
    display: flex;
    flex-direction: row;
}
#a-1 {
    text-align: center;
    background-color: rgba(48,53,109,255);
    box-shadow: 3px 3px rgba(21,13,26,255);
    flex: 1;
    padding: 5px;
    font-size: 15px;
    margin-top: 500px;
    align-self: center;
    font-family: fonte;
    margin-left: 250px;
    margin-right: 250px;
    text-decoration: none;
}
#a-2 {
    text-align: center;
    font-family: fonte;
    align-self: center;
    background-color: rgba(48,53,109,255);
    box-shadow: 3px 3px rgba(21,13,26,255);
    flex: 1;
    padding: 5px;
    font-size: 15px;
    margin-top: 8px;
    margin-left: 250px;
    margin-right: 250px;
    text-decoration: none;
}



