@font-face { font-family: Lekton; src: url(Lekton/Lekton-Regular.ttf); } body { background: rgb(100,180,230); font-family: Lekton, monospace, sans-serif; font-weight: 200; } textarea { resize: vertical; } h1 { margin-bottom: 4px; } h2 { margin-bottom: 4px; } h3 { margin-bottom: 2px; } #container { width: 640px; margin: auto; padding: 30px; background: rgb(255,255,200); } .problem { border: 1px solid rgb(100, 100, 80); border-radius: 10px; padding: 0 10px; margin: 8px 0; } .submission-div { border: 1px solid rgb(100, 100, 80); max-height: 200px; overflow-y: scroll; background-color: rgb(200, 200, 160); margin-bottom: 16px; margin-top: 8px; } .submission-table { width: 100%; border-collapse: collapse; } .submission-table td, .submission-table th { border: 1px solid rgb(100, 100, 80); text-align: left; padding: 2px; } .submission-table td { background-color: rgb(255, 255, 200); } .submission-table th { background-color: rgb(230, 220, 150); }