@font-face {
    font-family: "Ubuntu";
    src: url(./Ubuntu-Regular.ttf) format("truetype");
}

* {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
}

body {
    background-color: #202830;
}

.notice {
    margin-top: 40px;
}

.notice h1 {
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 8px;
}

.notice p {
    color: white;
    text-align: center;
    font-size: 24px;
}
