html{
    min-height: 100%;
}
body{
    background-image:url("../imgs/Mainpage.jpg");
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    padding: 0;
    background-attachment: fixed;
    background-position: center;

    
}
.bodymain{
    display: inline-block;
    flex-shrink: 0;
    padding: 1% 10%;
    margin: 0;
    width: 75%;
    background-color: rgba(0,0,0,0.75);
}
.bodymain2{
    display: inline-block;
    flex-shrink: 0;
    padding: 1% 10%;
    margin: 0;
    width: 75%;
    background-color: rgba(0,0,0,0.75);

}

.mainpagelogo{
    width: 50%;
    height: 50%;
}
.bodymain img{
    max-height:50vh;
    max-width: 50vh;
    margin: 0;
}
p{
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5%;
    font-size: 2vmax;
    color: white;
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
    float:right;
}
.MainButton{
    background: #BD2D2D;
      color: white;
      text-align: center;
      font-size: 2vmax;
      font-family: "Orbitron", serif;
      font-optical-sizing: auto;
      font-weight: 420;
      font-style: normal;
      border: 0px;
      margin:20px;
      width: 42%;
}
.MainButton:hover{
    color: #BD2D2D;
    background: white;

}



.footer{
    width:100%;
    text-align: center;
    position: static;
    bottom: 0;
}

.footer p{
font-size: 15px;
color: white;
font-family: "Space Grotesk", serif;
font-optical-sizing: auto;
font-weight: 420;
font-style: normal;
}
