html {
    color: rgb(221, 221, 221);
    font-family: "DM Sans", sans-serif;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
footer {
    height: 5%;
    background-color: #609360;
    display: flex;
    bottom: 0;
    justify-content: center;
    position: absolute;
    align-items: center;
    width: 100%;
    color: #fff;
}
.stop-war.side {
    background: url(/assets/images/stop_war.svg) right bottom no-repeat;
    background-size: auto;
    background-size: contain;
    left: auto;
    top: 50px;
    right: 0;
    width: 80px;
    z-index: 10 !important;
}
.stop-war {
    position: fixed;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    z-index: 10000;
    border: 0;
}
.main_container {
    display: flex;
    height: 100%;
    background-color: #609360;
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
}
.logo_wrap {
    display: flex;
    justify-content: center;
    max-width: 90%;
}
.main_logo {
    width: 500px;
    max-width: 90%;
}
.logo_bottom_text {
    color: #fff;
    margin-top: 15px;
}