
body {
    background-attachment: fixed;
    transform-origin: center, center;
    background-image: url("assets/images/fireplace.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: fill;
}

.bar {
    position: fixed;
    left: 40px;
    right: 40px;
    top: 36px;
    width: auto;
    height: 12%;
    border-radius: 8px;
    border-bottom: 4px solid #FFD700;
    background-color: rgba(20, 25, 35, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 50;
}

.entries {
    width: 70%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
    justify-items: center;
}

.entry {
    border-radius: 16px;
    border-bottom: 4px solid #FFD700;
    background-color: rgba(20, 25, 35, 0.85);
    padding: 0.5%;
    font-size: 32;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFF8DC;
    transition: all 250ms cubic-bezier(0.68, -0.66, 0.265, 1.66);
}

.entry:hover {
    background-color: #B8860B;
    font-size: 44;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding-top: 176px;
}

.content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    justify-items: center;
    align-content: space-between;
    border-radius: 16px;
    border-bottom: 4px solid #FFD700;
    border-top: 4px solid #FFD700;
    background-color: rgba(20, 25, 35, 0.9);
    backdrop-filter: blur(18px);
    padding: 2%;
    margin-left: 5%;
    margin-right: 5%;
}

.rubrik {
    font-size: 38;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFF8DC;
    margin-bottom: 4%;
}

.minirub {
    font-size: 24;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFF8DC;
    margin-bottom: 3%;
    margin-top: 5%;
    border-radius: 8px;
    border-bottom: 4px solid #FFD700;
}

.text {
    font-size: 18;
    color: #FFF8DC;
    width: 80%;
}

.homebutton {
    position: fixed;
    left: 10px;
    bottom: 10px;
    border-radius: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(20, 25, 35, 0.85);
    border: 4px solid #FFD700;
    padding: 4px;
}

.section {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
}

.image {
    width: 400px;
    border-radius: 18px;
    margin-left: 8px;
}
