body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    background: linear-gradient(0deg, #32cbff 0%, #fecef1 100%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 18.75rem;
    max-width: 80%;
}

.profile{
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    object-fit: cover;
    border: 0.375rem solid #fecef1;
}

.link{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #d9d9d9;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.625rem;
    margin: 1.25rem 0;
    text-decoration: none;
}

p{
    color: white;
    font-weight: 600;
}