.phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 5px 40px 5px;
    background-color: white;
    width: 95%;
    padding: 0 0 20px 0;
    border-radius: 10px;
}
.main-phone {
    width: 95%;
    height: 500px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: white;
    background-image: url('https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvdjg3MC1teW50LTIwXzFfMi5qcGc.jpg');
    cursor: pointer;
}

.status-bar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 49px;
    width: 100%;

}
.phone-logo {
    height: 70px;
    width: 70px;
}
.sign-in-span {
    color: aquamarine;
}
.phone h1 {
    font-size: 16px;
    margin: 20px 0 0 0;
}
.phone p {
    font-size: 12px;
    margin: 20px 0;
}
.phone p span {
    font-size: 12px;
}
.mini-login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid gray;
    box-shadow: 0 0 2px rgb(71, 71, 71);
    border-radius: 8px;
    width: 230px;
    padding: 10px;
    margin-bottom: 10px;
    row-gap: 5px;
}
.userbox ,
.password {
    height: 24px;
    width: 90%;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 18px;
    padding: 5px 5px;
}

.mini-login .button {
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    width: 100%;
}

.bottom-buttons {
    height: 30px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.mini-login p {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    width: 100%;
    text-align: center;
}
.part3-phone-height {
    height: 345px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.phone2-logo {
    height: 100px;
    width: 100px;
}