.active_hosting {
    text-decoration: underline;
}
.small {
    font-size: 14px;
}
.light_c {
    color: var(--text2);
}
.hosting_header_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: var(--bgsecond);
}
.hosting_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: var(--bgmain);
}
.hosting_header_link {
    font-size: 20px;
    padding-right: 15px;
    padding-right: 15px;
}
.hosting_header_link:hover {
    cursor: pointer;
    text-decoration: underline;
}
.main_heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--link2);
}
.hosting_nav_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.hosting_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    border: 3px solid var(--link2);
    border-radius: 15px;    
    overflow: hidden;
    margin-bottom: 15px;
    filter: drop-shadow(1px 2px 1px #000);
}
.nav_options {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    background-color: var(--bgmain);
    color: var(--link2);
}
.nav_options:hover {
    cursor: pointer;
    text-decoration: underline;
    text-shadow: 0px 1px 3px #000;
}
.main_body_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.main_body {
    display: flex;
    justify-content: center;
    width: 60%;
}
.main_body_right {
    display: flex;
    flex-direction: column;
    width: 300px;
    border: 1px solid var(--link2);
    border-radius: 2px;
    background-color: var(--bgthird);
}
.h_option_header {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: var(--link2);
}
.h_price {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}
.h_detail {
    font-size: 12px;
    margin-bottom: 5px;
}
.h_option {
    padding-left: 10px;
    text-align: left;
}
.output2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--link2);
}
.domain_search_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;    
}
.domain_search {
    width: 50%;
    font-size: 18px;
    padding: 10px;
    background-color: var(--bgsecond);
    color: var(--bgmain);
}
.h_button {
    border: 2px solid var(--link2);
    background-color: var(--bgmain);
    color: var(--link2);
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
.h_button:hover {
    cursor: pointer;   
    border: 2px solid var(--bgmain);
    background-color: var(--link2);
    color: var(--bgmain);
}
@media (max-width: 1500px) {
    .main_body {
        width: 70%;
    }
    .h_img {
        width: 400px;
        height: auto;
    }    
    .domain_search {
        width: 60%;
    }
}
@media (max-width: 1000px) {
    .main1 {
        margin-top: 72px;
        min-height: max-content;
    }
    .content2 {
        width: 100%;
    }
    .hosting_header_link {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main_body {
        width: 80%;
        margin-bottom: 30px;
    }
    .h_img {
        width: 400px;
        height: auto;
    }
    .h_option {
        padding-bottom: 20px;
    }    
    .domain_search {
        width: 70%;
    }
}
@media (max-width: 800px) {
    .hosting_header_link {
        font-size: 16px;
        padding-right: 5px;
        padding-right: 5px;
    }
    .h_img {
        width: 300px;
        height: auto;
    }
    .domain_search {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .hosting_header_link {
        font-size: 12px;
    }
    .main_body {
        width: 100%;
        flex-direction: column;
    }
    .h_img {
        width: 300px;
        height: auto;
    }
    .main_body_right {
        width: 50%;
        margin: 0 auto;
    }
    .domain_search {
        width: 100%;
    }
}