.rename-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem 2rem;
}

.rename-icon {
    height: 60px;
    width: 60px;
    background-color: #0071E3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.rename-icon img {
    height: 50px;
    width: 50px;
}

.rename-content h3,
p {
    text-align: center;
    line-height: 1.5rem;
}