
body {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
}

#wrapper{
    margin: 0 auto;
    background-color:  #FFFFFF;
    background: url('./images/Vector.png') #F5F5F5 center;
}

#header {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #0B9444;
    box-shadow:  5px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

#header p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 13px;
  margin-left: 0px;
}

#header a {
    position: absolute;
    top: 60%;
    right: 38px;
}

#result {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #0B9444;
}

#result p {
    padding: 11px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin: 10px 0px;
}


#result .feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
}

#introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0B9444;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 10px 18px;
    background-color: #FFFFFF;
}

#introduce .logo_company {
    padding-left: 10px;
    margin-bottom: -10px;
}

#introduce .introduce_info {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #0B9444;
    padding-top: 12px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 18px;
}

#introduce .introduce_info p {
    margin: 10px 0px;
}

#content {
    text-align: center;
    border: 1px solid #0B9444;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    background-color: #FFFFFF;
}

#content p {
    margin: 10px 0px;
}

#content .product_name {
border-bottom: 1px solid #0B9444;
}

#content .contact_1 {
border-bottom: 1px solid #0B9444;
}

#content .contact_2 {
border-bottom: 1px solid #0B9444;
}

#content .product_info {
    margin-bottom: 20px;
    margin-top: 11px;
    margin-left: 22px;
    margin-right: 22px;
}

#content .product_info img {
    margin-top: 12px;
    max-width: 100%;
}

#footer .footer_content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}


@media screen and (max-width: 414px) {
    #header {
        max-width: 100%;
        margin:auto;
    }
    #header a {
        position: absolute;
        top: 70%;
        right: 30px;
    }
    #result {
        max-width: 100%;
        margin:auto;
    }
    #introduce p{
        margin:auto;
        margin-top: 10px;
        font-size: 11px;
    }
    #content {
        margin:auto;
        margin-top: 10px;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 36px;
    }
    #footer {
        max-width: 100%;
    }
}

@media screen and (min-width: 415px) {
    #introduce {
        margin: 10px 15px;
    }

    #content {
        margin: 10px 15px;
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) and (min-width: 415px){
    #introduce {
        margin: 10px 20px;
    }

    #content {
        margin: 10px 20px;
    }
}