* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    background-color: #fafbfe; /* Very faded gray background */
    overflow-x: hidden;
    height: 50vh;
    color: #333; /* Dark gray text color */
    font-family: "ALK Sanet", sans-serif;
}

.logo-warwera {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px;
    width: 250px;
  }



#close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9999;
    left: 94%;
    cursor: pointer;
    display: none;
    transform: translateX(-123%);
}

.wrap {
    width: 100%;
    height: auto;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.wrap .txt {
    width: 1000px;
    height: auto;
}

.txt .satauri {
    font-size: 22px !important;
    color: #060C1C;
    padding-bottom: 40px;
    font-family: "ALK Sanet", sans-serif;
}

.txt p {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    padding-bottom: 20px;
    font-weight: bold;
}

.txt .design5, .design6, .design7, .design8 {
    margin-left: 40px;
    font-size: 18px;
}

.copyright {
    font-size: 15px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 20px;
}

@media (max-width: 850px) {
    .txt .design5, .design6, .design7, .design8 {
        margin-left: 0px;
    }
}