@charset "utf-8";
/* CSS Document */

body {
    text-align: center;
    overflow: auto;
    background-color: white;
}
noscript {
    font-size: 36px;
    color: white;
    text-decoration: blink;
}
#Page {
    display: inline-block;
    text-align: center;
    min-width: 1300px;
    margin-bottom: 250px;
}
#ProblemArea{
    min-width: 500px;
    min-height: 500px;
    color: black;
    font-size: 36px;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    background-color: white;
}
#ProblemTitle {
    font-size: 22px;
    color: white;
    background-color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
#Title {
    color: black;
}