body{
    display: flex;
    justify-content: center;
    background-color: black;
}

#rm{
    width: 80%;
    background-color: black;
    
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#rm-header-section{
    position: relative;
    margin-bottom: 6vh;
}

#rm hr{
    position: relative;
    width: 100%;
    size: 2px;
    background-color: #323232;
}

#rm h1{
    position: relative;
    font-size: 40px;
    letter-spacing: 2px;

    text-align: center;
}

#rm h2{
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
}

#rm-special{
    position: relative;
    color: #31BBBE;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
}

#rm p{
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

#rm-hidden{
    display: none;
}

#rm-show{
    position: relative;
    display: flex;
    justify-content: center;
}

#rm-show button{
    position: relative;

    width: 21vh;
    height: 4vh;
    
    background-color: transparent;
    border: none;
    background-image: url('./images/button.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#rm-show button:focus{
    outline: none;
}

#rm-show button:active{
    width: 19vh;
    height: 3.5vh;

}

