body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

#main-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

#main-header h1 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0 0 20px;
}

#frame {
    width: 100%;
    height: 1000px;
    min-height: 1000px;
    max-height: 1000px;
}

body > .container {
    position: relative;
    min-height: calc(100vh - 84px);
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
}

@media only screen and (max-width: 320px) {
    #frame {
        height: 1300px;
        min-height: 1300px;
        max-height: 1300px;
    }
}
