@import url("https://fonts.cdnfonts.com/css/alte-haas-grotesk");

body {
    background-color: black;
    color: white;
    font-family: "Alte Haas Grotesk";
}

div.notthere {
    padding: 10px;
    margin: auto;
    width: 50%;
    height: 50%;
    text-align: center;
}

img.book {
    width: 50%;
    height: auto;
}

div.content {
    align-items: center;
    display: flex;
    justify-content: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
