/* @media only screen and (max-width: 999px) {
    #top form.is-search-form {
        display: none;
    }
} */

body{
    background-color: rgb(36, 34, 34);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px;
    margin: 0;
}

iframe{
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

.Load{
    background: white; height: 100%; width: 100%; position: fixed;
}

.button{
    height: 50px;
    width: 200px;
    background: none;
    border: 1px solid black;
    color: black;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.button:hover{
    transition-duration: 500ms;
    background: rgb(42, 86, 127);
    color: white;
    cursor: pointer;
}

.logo{
    text-align: center;
    width: 300px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


img{
    width: max-content;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 50px; 
    width: auto;
    border-radius: 10px;
}
