* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex-container {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 400px;
}

.phone {
    background-color: white;
    width: 160px;
    height: 300px;
    border-radius: 10px;
    position: relative;
    border: 1px solid grey;
}

.camera {
    border: rgb(79, 72, 72) 3px solid;
    position: absolute, relative;
    height: 50px;
    width: 50px;
    border-radius: 15px;
    margin: 5px;
    box-shadow: 3px 3px 8px black;
}

.cam1 {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    background: rgb(14, 188, 204);
    background: radial-gradient(circle, rgba(14, 188, 204, 0.984375) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%);
    left: 10px;
    top: 10px;
}

.cam2 {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    background: rgb(14, 188, 204);
    background: radial-gradient(circle, rgba(14, 188, 204, 0.984375) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%);
    left: 10px;
    top: 35px;
}

.cam3 {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    background: rgb(14, 188, 204);
    background: radial-gradient(circle, rgba(14, 188, 204, 0.984375) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%);
    left: 35px;
    top: 20px;
}

.cam4 {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: black;
    left: 40px;
    top: 45px;
}

.cam5 {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    position: absolute;
    background-color: black;
    left: 50px;
    top: 42px;
}

.cam6 {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    position: absolute;
    background: rgb(161, 155, 39);
    background: linear-gradient(90deg, rgba(161, 155, 39, 0.8) 0%, rgba(174, 168, 77, 1) 35%, rgba(230, 194, 33, 1) 100%);
    left: 42px;
    top: 10px;
}

.fa-apple {
    font-size: 40px;
    color: black;
    position: absolute;
    left: 65px;
    top: 135px;
}