body {
    text-align: center;
    color: azure;
    background-color: #171717;
    margin: 0px;
    padding: 0px;
    max-height: 1vh;
/*    overflow: hidden; */
/*    overflow-y: auto; */
}

a {
    color: aqua;
    font-variant: small-caps;
    font-family: monospace;
    font-style: italic;
}

.main01 {
    color: azure;
    margin: auto;
    height: 100%;
    width: 100%;
/*    display: flex; */
    position: relative;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', 'Trebuchet MS', 'Segoe UI', 'Wingdings';
    
    h1 {
        margin-bottom: 0;
        font-size: 5vw;
    }
    p {
        margin-top: 0;
        font-size: 2vw;
    }
}

.main02 {
    font-size: 2.5vw;
    max-width: 100%;
    color: azure;
    margin: auto;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', 'Trebuchet MS', 'Segoe UI', 'Wingdings';
}