body {
    font-family: Courier, serif;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vh;
    background-image:url("bigboldtexture.jpg");
    background-size: 100vh;  
    background-position: center;
    transition: background-color 0.5s ease;
    background-color: #424242;
}
#container {
    width: 60vh;
    height: auto;
    align-items: center;
    position: relative;
    top: auto;
    left: 50%;
    background-color: #f0e4d9;
    padding: 20px;
    box-shadow: 8px 8px #25272b;
    outline: 2px solid #25272b;
}