@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Inter, sans-serif;
    overflow: clip;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

.outerframe {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    color: #333333;
    overflow: clip;
}

.logoframe {
    position: absolute;
    bottom: 5%;
    width: 100%;

    min-height: 40px;
    max-height: 135px;
    background-image: url("/images/logostripe.png");
    background-size: contain;
}

.logoframe img {
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
    margin-right: 0;
    margin-left: auto;
}
#fouc {
    width: 100%;
    height: 100%;
    overflow: clip;
}
