@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
}

.clearfix {
    clear: both;
}

.containers {
    width: 960px;
    margin: 0 auto;
}

.menubar {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 10px #666; 
}

.menubar .logo {
    float: left;
}

.menubar h1 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    padding: 10px;
}

.header {
    background: rgb(233, 233, 233) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.header_area {
    padding-top: 50px;
    text-align: center;
    color: rgb(119, 119, 119);
    margin: 0 auto;
    width: 660px;
}
.header_area h1 {
    margin: 0;
    font-size: 60px;
    font-weight: normal;
}

#container {
    height: 500px;
    width: 500px;
    margin: 50px auto;
    background: #ffffff;
}

p {
    padding-left: 50px;
    font-size: 20px;
    color: rgb(119, 119, 119);
}

form input[type="text"] {
    width: 200px;
}

input {
    padding-left: 20px;
}

#arm {
    font-size: 16px;
    color: rgb(83, 83, 83);
    background-color: #e2e2e2;
    width: 90%;
    height: 30px;
    padding: 5px 5px 8px 8px;
}

#arm:focus {
    background-color: rgb(216, 216, 216);
    border: 3px solid #6e7b83;
    outline: none;
}

button {
    text-transform: uppercase;
    display: block;
    margin: 30px auto;
    background-color: #494949;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    outline: none;
}

button:hover {
    background-color: #424242;
    border-bottom-color: #111;
}

button:active {
    position: relative;
    top: 1px;
}

#size {
    font-size: 60px;
    margin-top: -10px;
    text-align: center;
}

#size:before {
    content: "Size";
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

#size small {
    font-size: 30px;
    display: block;
}

footer {
    background: #333;
    margin-top: 60px;
    padding: 20px;
    text-align: center;
    color: #fff;
}
footer p {
    font-size: 18px;
    margin: 0;
}