@font-face {
    font-family: 'htxp'; /* Define the font family name */
    src: url('itc_avant_garde_gothic_lt_book_regular-webfont.woff2') format('woff2'); 
}


button {
    background: linear-gradient(45deg, hsla(194, 100%, 30%, 1) 0%, hsla(194, 17%, 46%, 1) 100%);
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: rgb(255, 255, 255);
    width: 100px;
    font-size: 16px;
    width: 49%;
    font-family: "htxp",sans-serif;
    letter-spacing: 2px;
}

.button-box {
    padding: 10px;
    display: flex;
    justify-content: space-around;
}

body {
    background-color: black;
    color: white;
   font-family: "htxp",sans-serif;
    letter-spacing: 1px;
}

.name {
    font-size: 18px;
}

.teacher {
    font-size: 14px;
    color: yellow;
}

.room {
    font-size: 18px;
}

.teacher-and-room {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.time {
    background-color: rgb(63, 63, 63);
    text-align: center;
    margin: 5px;
    padding: 10px;
    font-size: 16px;
}