﻿html {

}

body {
}

.center-container {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(0deg, rgba(255,250,250,1), rgba(255,240,240,1));
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    font-family: Verdana,Geneva,sans-serif;
    font-size: medium;
    color: #656160;
}

.main-body {
    width: 600px;
    min-height: 400px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: white;

    padding: 30px 30px;
}

h2 {
    text-align: center;
    color: #251E1D;
}

h4, h3 {
    color: #3F3533;
    padding-top: 20px;
}


@media screen (max-width: 600px) {
    .main-body {
        width: 100%;
    }
}