@charset "utf-8";

html, body {
    height: 100%;
    height: 100dvh;
    margin: 0;
    padding: 0;
    background-color: #ED7800;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
}

#first-view {
    margin: 0 auto;
}

#first-view img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #first-view img {
        width: 80%;
    }
}

div#second-view {
    padding-top: 30px;
    padding-bottom: 30px;
}

#access>div {
    margin:40px auto;
}
#footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.margin0 {
    margin:0 auto;
}
.margin20 {
    margin:20px auto;
}
.top40 {
    padding-top: 40px;
}
.textcenter {
    text-align:center;
}
.gray {
    color: #f5d9b8;
}
