.flex {
    display: flex;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.flex-1 {
    flex: 1
}

.flex-05 {
    flex: .5;
}

.jce {
    justify-content: end;
}

.cols {
    flex-direction: column;
}

button {
    cursor: pointer;
}

h1 {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: rgb(147, 146, 146);
    transition: all .15s ease;
}

a:hover {
    transition: all .15s ease;
    color: rgb(112, 112, 112);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background-color: #efeff3;
}

body header {
    padding: 0 50px;
    height: 70px;
}


header .down {
    background-color: #fbf4f4;
    padding: 15px 30px;
    border-radius: 40px;
    color: darkgrey;
    border: 2px solid darkgray;
    font-size: 18px;
    transition: all .15s ease;
}

header .down:hover {
    transition: all .15s ease;
    color: gray;
}


body footer {
    height: 70px;
    gap: 5px;
}

.main {
    padding: 50px;
}

.mb {
    margin-top: -70px;
    position: relative;
    width: 285px;
    height: 590px;
    border: 5px solid black;
    border-radius: 50px;
}

.mb:before,
.mb:after {
    content: "";
    position: absolute;
    width: 4px;
    transform: rotate(180deg);
    height: 30px;
    border-radius: 50%;
    background-color: black;
}

.mb:before {
    right: -7px;
    border-radius: 50px;
    top: 26%;
}

.mb:after {
    height: 82%;
    /* border-radius: 51px; */
    left: -14px;
    top: 11%;
}

.mb .brove {
    position: absolute;
    margin-top: 3px;
    border-radius: 10px;
    align-self: center;
    width: 100px;
    height: 10px;
    background: #000;
}

.mb .screen {
    border-radius: 50px;
    /* width: 270px; */
    height: 590px;
    overflow: hidden;
}

.mb img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    /* width: 300px; */
    /* height: 580px; */
    /* object-fit: cover; */
}

.main .type .down {
    padding: 15px 30px;
    border: 30px;
}

.main .bt-ty {
    position: absolute;
    left: 0;
    color: darkgray;
    letter-spacing: 15px;
    bottom: -12%;
    font-size: 200px;
    font-weight: bold;
}
.main .tt{
    gap: 40px;
}
.main .typ{
    margin-top: -30px;
    color: gray;
}
.nav{
    gap: 15px;
}
.time-box small {
    font-size: 16px;
    font-weight: bold;
    color: #777;
    margin-top: 5px;
} 
.time-box span {
    font-size: 70px;
    font-weight: bold;
    color: #333;
}
.separator {
    font-size: 70px;
    font-weight: bold;
    color: #333;
    margin: 0 5px;
}