body{
    text-align: center;
    padding: 0;
    margin: 0;
}
#content{
    background-image: url("bgimage.png");
    background-size: 100%;
}
a{
    text-decoration: none;
    color: rgb(92, 92, 92);
}
input{
    text-align: center;
    width: 120px;
    height: 50px;
    padding: 3px;
    background-color: rgb(97, 97, 97);
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    color: white;
    z-index: 99;
}
#select{
    position: absolute;
    top:80px;
    left:100px;
    width: 300px;
    height: 60px;
    border-radius: 8px;
    padding: 10px;
}
#miki{
    width: 280px;
    position: absolute;
    top:20px;
    right: 30px;
    z-index: 1;
}
header{
    height: 330px;
    letter-spacing: 10px;
    color: rgb(255, 229, 143);
    background-color: rgb(0, 110, 0);
}
footer{
    width: 100%;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: rgb(16, 36, 0);
}
footer a{
    color: white;
}
#start{
    background-color: rgb(233, 171, 0);
    border: solid 2px #e7e7e7;
    border-radius: 60px;
    color: rgb(255, 255, 255);
    font-size: 35px;
    padding: 20px;
    width: 30%;
}
#stop{
    background-color: rgb(0, 110, 255);
    border: solid 2px #e7e7e7;
    border-radius: 60px;
    color: white;
    font-size: 35px;
    padding: 20px;
    width: 30%;
}
#reload{
    background-color: rgb(19, 160, 0);
    border: none;
    border-radius: 10px;
    border: solid 2px #e7e7e7;
    color: white;
    font-size: 15px;
    padding: 10px;
}
#result{
    position: absolute;
    top:170px;
    left: 380px;
    background-color: rgb(255, 255, 255);
    border: solid 2px #e7e7e7;
    border-radius: 10px;
    color: rgb(117, 117, 117);
    font-size: 30px;
    width: 460px;
    height: 50px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}
@media only screen and (max-width: 1200px) {
header{
    height: 280px;
}
#miki{
    width: 150px;
    right: 0;
}
input{
    width: 160px;
}
#select{
    width: 230px;
    height: 40px;
    left: 10px;
}
#result{
    position: absolute;
    top:130px;
    left: 10px;
    font-size: 18px;
    width: 200px;
    height: 60px;
    padding: 15px;
}
#start{
    width: 90%;
}
#stop{
    width: 90%;
}
}
