@font-face {
    font-family: "myFirstFont";
    src: url("../AwesomeLathusca.ttf");
}

body {
    font-family: "Lacquer", system-ui;
    color: white;
    background-color: black;
}

div.navigation {
    height: 110px;
    width: 100%;
    background-color: black;
    color: white;
}

button.navigation {
    height: 110px;
    width: 200px;
    background-color: black;
    font-family: "Lacquer", system-ui;
    color: white;
    font-size: 30px;
    border-style: none;
    float: right;
    margin-right: 2px;
}

button.navigation:hover {
    height: 110px;
    width: 200px;
    background-color: black;
    font-family: "Lacquer", system-ui;
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
    font-size: 40px;
    border-style: none;
    float: right;
}

h1 {
    text-align: center;
    font-family: "Lacquer", system-ui;
    color: white;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 1px;
}

h1.homepage:hover {
    text-align: center;
    font-family: "Lacquer", system-ui;
    color: white;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 1px;
    text-decoration: underline;
}

h2 {
    text-align: center;
    font-family: "Lacquer", system-ui;
    color: white;
    font-size: 40px;
    line-height: 5px;
}


h3 {
    text-align: center;
    color: white;
    font-family: "Lacquer", system-ui;
    font-size: 30px;
    width: 75%;
    margin-left: 12.5%;
}

button.artist {
    background-color: #000000;
    color: white;
    border-style: none;
    font-family: "Lacquer", system-ui;
}

button.artist:hover {
    border-radius: 3px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-style: none;
    font-family: "Lacquer", system-ui;
}

div.artists {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.artist {
    border-radius: 5px;
    width: 300px;
    height: 300px;
}

div.center {
    text-align: center;
}