@font-face{
    font-family: "montserrat";
    src: url(../fonts/montserrat/Montserrat-VariableFont_wght.ttf)
    format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Orbitron";
    src: url(../fonts/Orbitron/Orbitron-VariableFont_wght.ttf)
    format("truetype");
    font-weight: normal;
    font-style: normal;
}





body{
    padding: 0;
    margin: 0;
    font-family: "montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    user-select: none;

}
h1,h2,h3{
    font-family: "Orbitron", sans-serif;
}
main{
    border-radius: 10px;
    height: 1200px;
    width: 60%;
    margin: 5% auto;
    background-image: url(../imagens/imagens/capa-ini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    align-content: center;
    position: relative;
    
}
h1{
    color: rgb(45, 45, 131);
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px 0 black;
}
span{
    color: rgb(183, 41, 41);
}
p{
    background-color: #555;
    display:inline-block;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    border-radius: 10px;
    overflow: hidden;
    
}
a{
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    padding: .5rem;
    display: block;
}
a:active{
    background-color: #aaa;
}
a:hover{
    background-color: #aaa;
}
@media(max-width: 728px){
    main{
        position: fixed;
        TOP: 0;
        left: 0;
        width:100% ;
        height:100%;
        margin: 0;
        background-size: 100% 100%;
    
    }
}
