@font-face {
    font-family: "Lato";
    src: url('../../fonts/Lato-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: var(--height);
    width: var(--width);
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

#ads>img {
    max-width: 100vw;
    max-height: 100vh;
}

#adsBy {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    padding: 0 3px;
    border-top-left-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #1e1e1e;
    z-index: 2;
}

body>.content {
    box-sizing: border-box;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

#forRatio {
    width: 100%;
    padding-bottom: 15%;
    z-index: 0;
}

#ads {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}