body{font-family: 'saira';}

.body1 {
    font-size: 15px;
    width: 40%;
    float: left;
    Padding: 6% 0% 0% 8%;
    position: flex;
}

.body1 h1 {
    font-size: 25px;
    color:#5d5050;
}

.body1 p {
    color:#5d5050;
    font-family: 'saira';
}

.row {
    font-size:20px;
    width:40%;
    float:left;
    padding-top: 8%;
    padding-left:0%;
}

form {
    max-width: 600px;
    margin: 0% 0% 0% 23%;
}

.feedback-input {
    color: white;
    font-family: 'Noto Sans KR',sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    line-height: 22px;
    background-color: transparent;
    border: 1px solid black;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 2px solid black;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: 'Noto Sans KR','sans-serif';
    width: 100%;
    background: #5d5050;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    margin-bottom: 15%;
    font-weight: 700;
}

[type="submit"]:hover {
    background: #d6d6d6;
}

@media only screen and (max-width: 800px) {
    #topnav {
        font-size: 70%;
    }

    .footer {
        font-size: 70%;
    }

    .body1 p {
        font-size: 80%;
    }

    .body1 h1 {
        font-size: 60%;
    }

    form {
        max-width: 400px;
        margin: 0% 0% 0% 20%;

    }

    .feedback-input {
        color: white;
        font-family: 'Noto Sans KR',sans-serif;
        font-weight: 200;
        font-size: 12px;
        border-radius: 3px;
        line-height: 22px;
        background-color: transparent;
        border: 1px solid black;
        transition: all 0.3s;
        padding: 10px;
        margin-bottom: 11px;
        width: 100%;
        box-sizing: border-box;
        outline: 0;
    }

    .footer {
        text-align: right;
        font-size: 50%;
    }
}