/* style.css */
body {
    font-size: 2rem;
    color: #fff; 
    font-family: Arial, Helvetica, sans-serif;
    background: url(/website/images/image.jpeg) no-repeat fixed;
}
.load {
    display: block;
}
u[onclick] {
    cursor: pointer;
}
.contentload {
    display: none;
}
header {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
}
.rase {
    height: 40px;
}
.no-line-break {
    display: flex;
}
h1,h2,h3,h4,h5,h6,p {
    font-weight: normal;
}
main {
    padding-top: 40px;
}
section {
    background: rgb(0, 0, 0, 0.5);
}
mark {
    background: #00ffff;
}
.URL {
    color: #0000ff;
}
.query {
    color: #000;
}
button, .interactiveLink, summary {
    cursor: pointer;
}
.warningInfo {
    background: rgb(0, 0, 0, 0.5);
    padding: 30px;
    width: 75%;
}

/* other styling for html tags */
a {
    color: #fff;
}


@media (min-width: 1px) {
    .q {
        width: 50px;
        height: 30px;
    }
    .URL, .query {
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 5px;
        width: 140px;
        height: 25px;
    }
}
@media (min-width: 266px) {
    .q {
        width: 100px;
        height: 30px;
    }
    .URL, .query {
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 5px;
        width: 190px;
        height: 25px;
    }
}
@media (min-width: 474px) {
    .q {
        width: 400px;
        height: 30px;
    }
    .URL, .query {
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 5px;
        width: 490px;
        height: 25px;
    }
}
@media (min-width: 804px) {
    .q {
        width: 700px;
        height: 30px;
    }
    .URL, .query {
        background: rgb(255, 255, 255);
        border: none;
        border-radius: 5px;
        width: 790px;
        height: 25px;
    }
}