@charset "utf-8";

#top
{
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-family: 'Times New Roman',serif;
}

h2{margin:40px 0px;}