* {
    margin: 0;
    padding: 0;
    font-family: "Bpmf Zihi Kai Std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.background {
    background-image: url("/assets/artom-logo-01.jpg");
    width: 100%;
    height: 100dvh;
    background-size: cover;
    position: fixed;
    z-index: -1;
}
header {
    width: 70vw;
    top: 5vh;
    position: fixed;
}
header ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-size: 20px;
}
a {
    text-decoration: none;
    color: white;
}