@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap');

*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

:root{
    --citron: #C8C855ff;
    --black: #080707ff;
    --platinum: #DCDED9ff;
    --licorice: #1C0E0Cff;
    --coyote: #776D55ff;
    --box-shadow: 0 0.2rem 1rem rgba(0,0,0,.1);
}

body{
    background-image: url('mbg.jpg');
    background-size: 1980px 1080px;
    background-repeat: no-repeat;
    background-position: 60% 45%;
    background-attachment: fixed;
}

.maint {

    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.maint .text1{
    color: antiquewhite;

    text-align: center;
    font-size: 21px;
}

.maint .text2{
    text-align: center;
    font-style: normal;
    color: rgb(250, 236, 36);
}

.maint .spc{
    margin: 5rem;
}

.maint .bth{
    margin-left: 6rem;
    margin-right: 6rem;
    border-radius: 1rem;
    padding: 1rem;
    background-color: antiquewhite;
    
}

.maint .bth h3 a{ 
    color: rgb(4, 19, 102);
    
}

@media(max-width:991px){

}