.iphone-x {
    position: relative;
    margin: 40px auto;
    width: 360px;
    height: 780px;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
    z-index: 1000;
}

.iphone-x:before,
.iphone-x:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.iphone-x:before {
    top: 0px;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0px 0px 40px 40px;
}

.iphone-x:after {
    bottom: 7px;
    width: 140px;
    height: 4px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.content,
.camera,
span {
    position: absolute;
    display: block;
    color: transparent;
}

.camera {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, 0.2);
}

.speaker {
    left: 10%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, 0.2);
}

.camera:after {
    content: '';
    position: absolute;
    background-color: #2d4d76;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

span {
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: 30px;
}

.icons {
    top: 30px;
    width: 100%;
    height: 60px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.page {
    width: 358px;
    top: 0px;
}

.content {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 0px;
    width: 100%;
    font-weight: 100;
}

.topbar {
    font-size: 10px;
    padding-top: 35px;
    padding-bottom: 5px;
}

.searchbar {
    background-color: lightgrey;
    color: #FFF;
    font-weight: bold;
}