@charset "UTF-8";
html{
    font-size: 100%;
}

body{
    width: 950px;
    color: silver;
    margin: auto;
    background-color: black;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

a{
    text-decoration: none;
    color: red;
}

.text_input_area{
    border: solid 2px white;
    color: grey;
}
button{
    color: silver;
}