html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #8e8378;
}

.dwo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

.dwo_img {
    width: 15%;
}

.enterprises {
    display: flex;
    justify-content: space-evenly;
    height: 10%;
    width: 100%;
}

.links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    padding-top: ;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.checkin_img {
    height: 50%;
}

.guest_img {
    height: 50%;
}