body {
    color: lawngreen;
    background: black;
}

h1.main_page {
    font-size: 220%;
}

h2.main_page {
    font-size: 180%;
}

h3.main_page {
    font-size: 155%;
}

.site_font {
    font-size: 130%;
    font-family: "VT323", monospace;
    font-style: normal;
}

.font_italic {
    font-style: italic;
}

.textarea {
    display: block;
    background: rgba(236, 236, 236, 0.613);;
    height: 480px;
    width: 720px;
    padding: 10px;
    color: navy;
    border: 2px solid gold;
}