@font-face {
    font-family: 'shouxie';
    src: url('./assets/文道夏夜日记手写体_mianfeiziti.com.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
}

#navbar {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

#navbar img {
    height: 50px;
    margin-right: 20px;
}

#navbar a {
    color: black;
    margin: 0 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
    #navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #navbar img {
        margin-left: 3px;
        text-align: center;
        justify-content: center;
    }

    #navbarContent {
        margin-top: 10px;
        margin-bottom: 3px;
        display: none;
        text-align: center;
    }
}

#header {
    background-image: url('./assets/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header h1 {
    font-family: 'shouxie', sans-serif;
    color: white;
    font-size: 3em;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    margin: 0;
    transform: rotate(-10deg);
}

.homework-section {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.homework-content {
    border: 2px solid #970009;
    width: 60%;
    padding: 20px;
}

.important {
    width: 40%;
    background-color: #970009;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.hwtext{
    margin-top: -7px;
    margin-left: -7px;
}

.imtext{
    margin-top: -7px;
    margin-left: 10px;
    color: white;
}