body {
    background-color: rgb(255, 248, 248);
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
    height: 500px;
    font-family: Tahoma;
    font-size: 16px;
}

.seawar {
    font-size: 24px;
    font-family: Calibri;
    font-weight: bold;
    color: #0b83d3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wrapper>div img {
    border-radius: 5px;
}

.container {
    display: flex;
    height: 500px;
    position: relative;
    flex-direction: column;
}

.smartImg {
    height: 100%;
    width: 100%;
    position: absolute;
}

.smartImg_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.sometext {
    position: relative;
    margin: 40px;
    color: white;
    font-size: 32px;
}