html {
    font-size: 10px;
}

@media (min-width: 350px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 0px;
    margin-bottom: 60px;
    background-color: #F5F5F5;
}
#WelcomeBoxIndex {
    background-color: white;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    padding: 20px;
    width: 331px;
    height: 135px;
}
#HeaderImg{
    width: 300px;
    position: relative;
    top: 40px;
    left: 15px;
}

.container {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer {
    text-align: center;
}

.nolink {
    color: #000;
    text-decoration: none;
}