﻿* {
    box-sizing: border-box;
}

@media only screen and (min-width: 500px) {
    body {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}
input[type=text]:focus {
    background-color: khaki;
}
.Label {display:block;width:100%;
margin-top:50px;
}
.Centered{
    display:block;
    margin-left:auto;
    margin-right:auto;

.ButtonGreen{
    background-color: forestgreen;
    color: white;
    height: 50px;
    border-radius: 15px;
}
.Title{
    font-size:20px;
    text-align:center;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
