* {
margin:0;
padding: 0;
}
body {
font-style: Arial,Helvetica;
 font-size: 1.2em;
}
#wraper{
 border: dashed 0px;
 height: 450px;
 width: 550px;
 margin-left: 15%;
 font-size: 1.2em;
}
#str{
width: 450px;
height: 40px;
margin-left: 250px;
 font-size: 1.2em;
}
#content{
margin-top: 15px;
text-align: center;
 font-size: 1.2em;
}
#message{font-family: Arial,Helvetica,sans-serif;}
#message b{color: red;}
.input{width: 200px;height: 40px;font-weight:bold;font-size: 1.2em;}
.input:hover{background:rgba(18,18,18, 0.1);border: 2px solid green;}
.button{border: 1px solid;cursor:pointer;width: 50px;height: 40px;font-size: 1.2em;background-color: RGB(249, 201, 16);}
.button1{border: 1px solid;cursor:pointer;width: 155px;height: 40px;font-size: 1.2em;background-color: RGB(249, 201, 16);}
.text:hover{background:rgba(18,18,18, 0.1);border: 2px solid green;}
.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 25px;
   border: 1px solid #ccc;
   height: 34px;
}