.phone {
    position: absolute;
    bottom: 5px;
    right: 5px;

    padding: 20px;
    border-radius: 40px;
    background-color: black;

    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-content {
    width: 390px;
    height: 844px;
    background-color: #f8f9fa;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto';
}