@font-face {
    font-family: 'Sixtyfour';
    src: url('../fonts/Sixtyfour-Regular.woff2') format('woff2'),
        url('../fonts/Sixtyfour-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bruno';
    src: url('../fonts/BrunoAce-Regular.woff2') format('woff2'),
        url('../fonts/BrunoAce-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/Audiowide-Regular.woff2') format('woff2'),
        url('../fonts/Audiowide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#logo {
    transform: translate(0, -100%);
    width: var(--logo_size);
}

body {
    margin: 0;
    padding: 0;
    font-family: system-ui;
}

#logo_box {
    width: var(--logo_size);
    height: var(--logo_size);
}

.invisible {
    width: 0;
    height: 0;
    overflow: visible;
    position: relative;
    left: 0;
    top: 0;
}

#logo_cont {
    margin-left: 30px;
}

#logo_center {
    width: var(--center);
    transform: translate(42%, 24%) rotate(-19deg);
}

#circle {
    transform: rotate(0deg);
    width: var(--logo_size);
}

#watg {
    display: flex;
    width: max-content;
    margin: 0 0 0 auto;
    align-items: center;
}

#watg img {
    width: 46px;
    margin: 10px;
    border-radius: 3px;
    cursor: pointer;
    filter: invert(1);
    background-color: #ff7f00;
    padding: 3px;
}

header {
    display: flex;
    justify-content: space-between;
}

h1 {
    font-family: system-ui;
    font-size: 63px;
    text-align: end;
    margin-bottom: 5px;
}

#info_box {
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

#resolveForm {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    background-color: #0078de;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 17px;
    font-family: system-ui;
    cursor: pointer;
}

input {
    border-color: #007ad8;
    border-style: solid;
    font-size: 17px;
    font-family: monospace;
    padding: 0 10px;
    width: 66%;
}

code {
    font-size: 14.5px;
}

section p {
    text-align: justify;
}

footer p {
    background-color: #007ad8;
    color: white;
    padding: 7px;
    margin-bottom: 0;
    text-align: center;
}

a {
    color: #007ad8;
}

#eff {
    margin: 0 0 0 auto;
    display: block;
    width: 25%;
}

#ov_contact {
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ov_header {
    display: flex;
    background-color: #0079df;
    justify-content: space-between;
    align-items: center;
    padding: 3px 20px;
}

.ov_header img {
    width: 30px;
    cursor: pointer;
}

.ov_block p {
    margin: 0;
}

.ov_block input {
    padding: 5px 7px;
    width: 85%;
    background-color: #efefef;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
}

#ov_contact textarea {
    margin: 10px;
    border: unset;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    max-height: 300px;
    border-bottom: 1px solid #909090;
    font-size: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #efefef;
}

#txt_name {
    margin: 30px 0 0 10px;
    position: relative;
}

.menu_entry {
    background-color: #0079df;
    color: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
    font-family: system-ui, arial;
    cursor: pointer;
}

.menu_overlay {
    position: fixed;
    border: #0079df 1px solid;
    box-shadow: -1px -1px 13px #010101;
    background-color: #ffffffa8;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 101;
}

.ov_header p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    margin: 0;
}

.ov_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 10px 0 10px;
    border-bottom: 1px solid #909090;
}

#hg {
    font-family: Sixtyfour;
    font-size: 37px;
    color: lightsteelblue;
    display: block;
}

h2 {
    font-family: Bruno, system-ui;
}

#hp {
    display: none;
}

#screen {
    width: 30%;
    max-width: 300px;
    display: block;
}

#screen_hp {
    display: none;
}

.guide {
    padding: 10px;
    line-height: 1.4;
    text-align: justify;
}

#dns_guide {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: 50px auto;
}


@media (max-width: 800px) {
    #ov_contact {
        width: 94%;
    }
    #screen_hp {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #screen {
        display: none;
    }
    #dns_guide {
        flex-direction: column-reverse;
    }
    h2 {
        font-size: 18px;
    }
    h1 {
        font-size: 29px;
        text-wrap: nowrap;
    }
    .info_txt {
        text-align: end;
        width: 75%;
        margin: 0 0 0 auto;
        font-size: 12px;
        margin-bottom: 10px;
    }
    #watg img {
        width: 35px;
    }
    #hp {
        font-size: 19px;
        color: lightsteelblue;
        font-family: Sixtyfour;
        display: block;
    }
    #hg {
        display: none;
    }
    #resolveForm {
        width: 95%;
    }
    #eff {
        width: 50%;
    }
    #logo_cont {
        margin-left: 13px;
    }
    #info_box {
        width: 58%;
    }
}
