* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: black !important;
}

h1#tituloInscricaoImagem {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1#tituloInscricaoImagem > img {
    width: 300px;
}

#textoTelaInscricao {
    color: white;
    font-size: 13pt;
    text-align: center;
    font-family: "Madimi One", sans-serif;
}

.opcoesInscricao h5 {
    color: #1D90F5;
    font-family: "Madimi One", sans-serif;
}

h2 {
    font-weight: bolder;
    font-family: "Montserrat", sans-serif;
}

hr {
    margin: 2rem;
}

#inscricaoOpcoes {
    display: flex;
}

#inscricaoOpcoes #opcao1 {
    transform: scale(0.5);
    transition: all 1s;
}

#inscricaoOpcoes #opcao2 {
    transform: scale(0.5);
    transition: all 2s;
}

#inscricaoOpcoes #opcao3 {
    transform: scale(0.5);
    transition: all 3s;
}

#inscricaoOpcoes #opcao4 {
    transform: scale(0.5);
    transition: all 4s;
}

#inscricaoOpcoes #opcao5 {
    transform: scale(0.5);
    transition: all 5s;
}

#inscricaoOpcoes .opcoesInscricao {
    margin: 1rem;
    padding: 1rem;
    width: 90rem;
    color: white;
    text-align: center;
    font-weight: bolder;
    box-shadow: 0 0 0 0.3125rem #1D90F5;
    border: 2px solid white;
    background-color: #1D2438;
    font-family: "Montserrat", sans-serif;
}

.opcoesInscricao img {
    width: 70px;
}

.linkBotaoRegistro button {
    border: none;
    outline: none;
    color: white;
    padding: .5rem 1rem;
    border-radius: 0.3125rem;
    background-color: #1D90F5;
    border: 1.5px solid white;
    font-family: "Madimi One", sans-serif;
}