﻿body {
   
}
#main {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: ghostwhite;
    font-weight: bold;
}
#container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdc500;
    height: 100vh;
}