@font-face {
    font-family: "main";
    src: url("./fonts/main.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-image: url(background.png);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 10%;
}

.navbar {
    font-size: 20px;
    font-family: "main";
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

li {
    list-style: none;
}

.navbar a {
    text-decoration: none;
    color: white;
}

.gay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    color: white;
    font-family: "main";
}
