body {
    background-image: url(/IMAGES/TILES/red046.jpg);
}

@font-face {
    font-family: cool; /* set name */
    src: url(/good-times/Good\ Times\ Rg.otf); /* url of the font */
}

.josefin-sans-font {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

.header {
    width: 1000px;
    margin: auto;
    background-color: rgb(216, 143, 143);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 5px solid rgb(44, 15, 2);
}

.header p {
    font-family: 'Josefin Sans';
}

.back {
    background-color: rgb(245, 202, 202);
    border: 5px solid rgb(44, 15, 2);
    box-shadow: 0 5px 0 0 rgb(44, 15, 2);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-family: 'Josefin Sans';
    color: #440202;
}

.main {
    background-color: rgb(216, 143, 143);
    padding: 30px;
    width: 1000px;
    margin: auto;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: space-between;
    border: 5px solid rgb(44, 15, 2);
}

.list {
    border-radius: 10px;
    border: 5px solid rgb(44, 15, 2);
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgb(245, 202, 202);
    box-shadow: 0 5px 0 0 rgb(44, 15, 2);
}

.list h3 {
    font-family: cool;
}

.list li {
    font-family: 'Josefin Sans';
}