:root {
    --menu-count:4;
    --drop-count:2:
}

html, body {
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

body {
    background-image: url("images/webbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 100%;
}

.banner {
    height: 40vh;
    background-color: rgb(49, 54, 64, 0.75);
    /*margin-left: 1vw;
    margin-right: 1vw;*/
    margin-top: 25vh;
    align-items: center;
    display: flex;
    /*display: flex;*/
}

.banner img {
    display: flex;
    position: relative;
    max-height: 100%;
    align-self: center;
    justify-items: center;
    margin: auto;
    /*width: auto;*/
}

button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #6689f2;
    width: fit-content;
    margin-top: 8%;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #123c73;
}