    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background: #ff4949;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    header {
        background: #5f0000;
        color: #fff;
        padding: 1rem;
        text-align: center;
    }

    main {
        flex: 1;
        padding: 2rem;
        background: #ff4949;
    }

    footer {
        background: #530808;
        color: #fff;
        text-align: center;
        padding: 1rem;
    }

    @media (max-width: 600px) {
        main {
            padding: 1rem;
        }

        header,
        footer {
            padding: 0.5rem;
        }
    }

    .center-box {
        margin: auto;
        overflow: scroll;
        background: #530808;
        padding: 2rem;
        border-radius: 1px;
        box-shadow: 0 2px 8px #530808;
        max-width: 600px;
        max-height: 300px;
        color: white;
        text-align: center;
    }

    @media (max-width: 600px) {
        .center-box {
            padding: 1rem;
            max-width: 90vw;
        }
    }
    a {
  color: #ff4949;
    }

.sidebar-left, .sidebar-right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 220px;
    background: #5f0000;
    color: #fff;
    padding: 2rem 1rem;
    overflow-y: scroll;
    z-index: 10;
}

.sidebar-left {
    left: 0;
    border-right: 2px solid #530808;
}

.sidebar-right {
    right: 0;
    border-left: 2px solid #530808;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ff4949;
        padding: 2rem;
        border-radius: 1px;
        box-shadow: 0 2px 8px #530808;
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .sidebar-left, .sidebar-right {
        position: static;
        width: 100%;
        border: none;
        padding: 1rem 0.5rem;
    }
    main {
        margin: 0;
    }
}

.woke {
    width: 100%;
    max-width: 550px;
    height: auto;
    border: 20px solid #b19867;
    padding: 10px;
    margin: 50px auto 60px auto;
    background-color: #7a6339;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: beige;
}

.woke img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.evil {
  width: 550px;
  height: 710px;
  border: 20px solid rgb(37, 37, 37);
  padding: 10px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  background-color: rgb(0, 0, 0);
}
.evil {
    width: 100%;
    max-width: 550px;
    height: auto;
    border: 20px solid rgb(37, 37, 37);
    padding: 10px;
    margin: 50px auto 60px auto;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.evilbody {
  background-color: rgb(0, 0, 0);
  color: beige;
}
.guestbook {
    width: 100%;
    min-height: 1000px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px #530808;
    background: #fff;
}


   

