@font-face {
    font-family: "rr";
    src: url(../other/Roboto-Medium.ttf);
}
body{
    margin: 0px;
}
.menu{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100px;
    top: 0px;
    line-height: 100px;
}
img{
    margin-top: 5px;
    margin-left: 20px;
}
.content{
    background-image: url("../files/mainphoto.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    width: 100%;
    height: 100dvh;
    background-size: cover;    
}
.black{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    text-align: center;
}
.maintext{
    position: absolute;
    font-family: "rr";
    font-size: 52px;
    color: white;
    padding: 0px;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -100px;
}
span{
   line-height: 0px;
   padding-left: 5px;
   padding-right: 5px;
}
.btn{
    display: block;
    background-color: rgb(0, 132, 255);
    color:white;
    border: 0px;
    border-radius: 8px;
    margin-top: 5px;
    font-family: "rr";
    height: 40px;
    margin-top: 30px;
    margin-right: 5px;
    width: 200px;
    font-size:20px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    float: right;
}
.btn:hover{
    background-color: rgb(0, 99, 192);
}
.lastcontent{
    font-family: "rr";
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.center{
    font-size: 24px;
    text-align: center;
    width: 100%;
}
.footer{
    width: 100%;
    border-top:2px solid rgb(0, 132, 255);
    height: 20px;
    position: fixed;
    font-family: "rr";
    font-size: "18px";
    bottom: 0px;
    background-color: white;
    text-align: center;
}
@media screen and (max-width:767px) {
    .maintext{
        font-size: 40px;
    }
}