* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(235, 235, 235);
}

.principal {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.capinha {
    background-color: brown;
    width: 400px;
    height: 800px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tela {
    background-image: url('https://i.pinimg.com/originals/03/0b/b6/030bb6ca0b76a232db9f617ab0a1e721.gif');
    width: 97%;
    height: 98%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    /* margin-left: 500px; */
}

.perifericosSuperiores {
    /* background-color: bisque; */
    width: 90%;
    height: 25px;
    margin: 10px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fone {
    background-color: rgb(206, 206, 206);
    width: 150px;
    height: 20px;
    border-radius: 30px;
}

.camera {
    background-color: rgb(36, 36, 36);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 10px;
}

.botoes {
    margin-bottom: 450px;
}

.volumeMais {
    width: 5px;
    height: 60px;
    background-color: brown;
    border-radius: 0 10px 10px 0;
    margin-bottom: 5px;
}

.volumeMenos {
    width: 5px;
    height: 60px;
    background-color: brown;
    border-radius: 0 10px 10px 0;
    margin-bottom: 25px;
}

.botaoLigar {
    width: 5px;
    height: 60px;
    background-color: brown;
    border-radius: 0 10px 10px 0;
}

.apps {
    /* background-color: brown; */
    width: 100%;
    height: 60px;
    /* display: flex;
    justify-items: center;
    align-items: center; */
    /* margin-top: 700px; */
    /* margin-right: 175px; */
}

.apps2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 660px;
}

.app1 {
    width: 50px;
    height: 50px;
    background-color: azure;
    border-radius: 25%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 700px; */
}

.app1 > img {
    width: 40px;
    height: 40px;
}

/* .app1:hover {
    background-color: rgb(182, 182, 182);
    width: 45px;
    height: 45px;
}

.app1 > img:hover {
    width: 40px;
    height: 40px;
} */

.app2 {
    width: 50px;
    height: 50px;
    background-color: azure;
    border-radius: 25%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 700px; */
}

.app2 > img {
    width: 40px;
    height: 40px;
}

.app3 {
    width: 50px;
    height: 50px;
    background-color: azure;
    border-radius: 25%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 700px; */
}

.app3 > img {
    width: 40px;
    height: 40px;
}

.app4 {
    width: 50px;
    height: 50px;
    background-color: azure;
    border-radius: 25%;
    margin-top: 700px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app4 > img {
    width: 40px;
    height: 40px;
}