body {
    background-color: white;
    color: rgb(167, 32, 32);
    font-family: Verdana;
    Background-image: url("shost.jpg");

}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h2 {
    color: hsl(123, 90%, 38%);
    text-align: center;
    font-size: 0.75em;
}






body {
    background-color: white;
    color: rgb(167, 32, 32);
    font-family: Verdana;
    background-image: url("shost.jpg");
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h1 {
    color: rgb(230, 43, 255);
    text-align: center;
    margin: 0 0 18px;
}


.box {
    max-width: 900px;
    margin: 24px auto;
    padding: 20px 24px;
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid rgb(192, 113, 11);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    text-align: center;
}


.box ul,
.box ol,
.box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    color: rgb(247, 35, 229);
}

h2 {
    color: hsl(123, 86%, 49%);
    text-align: center;
    font-size: 0.8em;
    margin: 0 0 12px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;
}

.center-div {
    width: 45%;
}