body{
    background-color: rgb(244, 235, 203);
    font-family: 'Helvetica', Verdana;
    font-size: 13px;
    line-height: 1em;
    background-repeat: repeat;
    overflow: hidden;
    color: #302f2e;
}
a, a:visited{
    color: #f32300;
    text-decoration: none;
}
a:hover{
    font-style: italic;
     color: #f32300;
    text-decoration: none;

}
svg{
    margin-top: -20px;
    border: rgb(48, 47, 46, 0.8) 1.5px solid;
}

.homeimage img{
    width: 400px;
    height: auto;
    border: rgb(48, 47, 46, 0.8) 1.5px solid;
    margin-bottom: 5px;
}
.homeimage{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 200px;
     left: 50%;
     font-size: 14px;
    transform: translate(-50%);
    text-align: center;
}
iframe{
    border: none;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
   width: 300px;
    height: 460px;

}
.key{
    
    width: 300px;
    height: 460px;
    position: absolute;
    top: 80px;
    right: 300px;
    z-index: 2;
    border: rgb(48, 47, 46, 0.8) 1.5px solid;
}
.keyimage{
    opacity: 80%;
}
.title{
   opacity: 80%; 
}
.text{
    padding: 5px;
}
.text img{
    display: inline;
    float: right;
}
.text2{
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 347px;
    width: 282px;
}
select{
    width: 180px;
    text-align: center;
}
.formtext{
    line-height: 13px;
}
.footer{
    width: 300px;
    height: 460px;
    position: absolute;
    top: 550px;
    right: 300px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
}

