.wrapper{
    min-height: 30vh;
    position: relative;
}
.forms{
    margin-left: 100px;
    margin-bottom: 200px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 1000px;
}
.title{
    position: absolute;
    top:120px;
    text-align: center;
    font-size: 24px;
}
.contents{
    position: absolute;
    top:200px;
}
.mail_form{
    position: relative;
    margin-top: 100px;
    margin-left: 50px;
    margin-bottom: 30px;
    padding: 10px 50px 10px 50px;
    border: 1px solid;
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    width: 400px;
    text-align: center;
    color: black;
}
.mail_form:hover{
    background-color:yellow;
    transition: all 0.4s;
}
.line_form{
    position: relative;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 30px;
    padding: 10px 50px 10px 50px;
    border: 1px solid;
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    width: 400px;
    text-align: center;
    color: black;
}
.line_form:hover{
    background-color:yellow;
    transition: all 0.4s;
}


@media screen and (max-width: 480px) {
    
    .forms{
        margin-left: 5px;
        margin-bottom: 200px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        padding-bottom: 200px;
    }
    .title{
        position: absolute;
        top:120px;
        text-align: center;
        font-size: 15px;
    }
    .contents{
        position: absolute;
        top:150px;
        font-size: 15px;
    }
    .mail_form{
        position: relative;
        margin-top: 100px;
        margin-left: 10px;
        margin-bottom: 30px;
        padding: 7px 15px 7px 15px;
        border: 1px solid;
        border-radius: 8px 8px 8px 8px;
        font-size: 18px;
        width: 300px;
        text-align: center;
        color: black;
    }
    .line_form{
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 30px;
        padding: 10px 15px 10px 15px;
        border: 1px solid;
        border-radius: 8px 8px 8px 8px;
        font-size: 18px;
        width: 300px;
        text-align: center;
        color: black;
    }
}