
.phone-container {
    aspect-ratio: 19/6;
    width: calc(100% - 6%);
    padding: 3%;
    padding-top: 12%;
    padding-bottom: 12%;
    background-color: #333;
    border-radius: 16%/8%;
    position: relative;
}

.phone-camera {
    aspect-ratio: 1/1;
    background-color: gray;
    position: absolute;
    left: 20%;
    top: 2%;
    height: 2%;
    border-radius: 25px;
}

.phone-speaker {
    aspect-ratio: 7/1;
    background-color: gray;
    position: absolute;
    top: 2.5%;
    height: 1%;
    left: 43%;
    border-radius: 25px;
}
