html body {
    width: 100%;
    height: auto;
    color: rgb(99, 96, 96);
    background-color: rgb(255, 255, 255);
    font-family: 'Noto Sans', sans-serif;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.header h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-style: italic;
    font-size: 5vh;
    color: rgb(21, 21, 194);
}

@media only screen and (min-width: 992px) {
    .header h1 {
        top: 90%;
        transform: translate(-50%, -50%);
        background-color: white;
        opacity: 0.7;
        filter: alpha(opacity=70);
        width: 50%;
        height: 20%;
        padding-top: 2%;
    }
}

.img-right {
    float: right;
    padding: 20px;
}

.img-left {
    float: left;
    padding: 20px;
}

.qoute {
    background-color: rgb(148, 200, 235);
    border: 2px solid rgb(16, 30, 218);
    color: rgb(26, 13, 13);
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    padding: 0.25rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a {
    color: #000000;
    outline: 0;
}

#mainNav {
    background-color: #3782d6;
    color: #ffffff;
}

#top-logo {
    background-color: #1c95db;
}

#logo {
    background-color: transparent;
}

.nav-link {
    color: #ffffff;
}

#footer {
    margin-top: 50px;
    background-color: #7387ae;
    color: #292929;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.singin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.admin {
    padding-top: 10%;
    padding-bottom: 40px;
    justify-content: center;
}