﻿body {
    background-image: url("pics/bg1.jpeg");
    background-size: 2000px 1000px;
    color: #294107;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    background-color: darkgray;
}

h1 {
    color: #294107;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
}

#body-center {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    background-color: dimgray;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
}