body {
    margin: 0;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main {
    flex: 1;
    display: flex;
}

.door {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 595px;
    width: 456px;
}

.description {
    position: absolute;
    width: 1000px;
    height: 200px;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    border: 5px solid #ffffff;
    background-size: cover;
    border-radius: 30px;
    top: 160px;
    left: 180px;
    z-index: 40;
    display: block;
}

.exposition {
    position: absolute;
    width: 800px;
    height: 80px;
    background-image: url("Crossroadsfooter.png");
    background-size: cover;
    border-radius: 10px;
    border: 0px solid #570b0b;
    top: 520px;
    left: 250px;
    z-index: 40;
    display: block;
}

.title {
    position: absolute;
    width: 560px;
    height: 60px;
    background-image: url("crossroads.png");
    background-size: 50px;
    background-size: cover;
    border-radius: 10px;
    top: 0px;
    left: 400px;
    z-index: 40;
    display: block;
}