* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.br {
    outline: 3px solid;
}

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #9e78eb;
    width: 100%;
    height: 100vh;
    min-width: 250px;
    outline: none;
}

a {
    text-decoration: none;
    color: #8e6cd4;
    font-size: 20px;
    font-weight: bold;
    transition: transform 300ms ease-in-out;
}

a:hover {
    color: #8e6cd4;
    transform: scale(1.09);
}

h1 {
    font-weight: bold;
    font-size: 35px;
    color: #f5f2fd;
    text-align: center;
    margin-top: 10px;
}
label {
    font-weight: bold;
}

.card {
    position: relative;
    background-color: #f5f2fd;
    padding: 20px;
    overflow: hidden;
    background-image: url(bg-10.svg);
    background-size: 100% 100%;

    border: none;
    z-index: 0;
}

.btn-primary {
    background-color: #8e6cd4 !important;
    border: #8e6cd4 !important;
}

.profile {
    width: 290px;
    height: 320px;
    background-color: snow;
    border-radius: 8px;
    margin: auto;
    margin-top: 20px !important;
    margin-top: 50px;
    position: relative;
}
.profile img {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: -50px;
    left: 80px;
}

.profile .content {
    margin-top: 80px;
    height: 200px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.profile .info {
    text-align: center;
    color: #8e6cd4;
    font-size: 18px;
}

.info-email {
    font-size: 12px;
    color: #9e78eb;
}

.info span {
    color: goldenrod;
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 3px;
}

.info-phone {
    font-size: 12px;
    color: #9e78eb;
}

.info-address {
    font-size: 12px;
    color: #9e78eb;
}

.edit-profile {
    margin-top: 20px;
    background-color: white;
    background-image: url(bg-10.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 620px;
    border-radius: 8px;
    padding: 20px;
    color: #8e6cd4;
}

@media all and (min-width: 425px) {
    .margin-left {
        margin: auto;
    }
}

@media all and (min-width: 1024px) {
    .rect {
        position: absolute;
        top: -250px;
        left: -180px;
        width: 50%;
        transform: rotate(200deg);
        height: 1000px;
        z-index: -2;
        background-color: #8e6cd4;
    }
    .white {
        color: #f5f2fd;
    }

    h1 {
        font-size: 60px;
    }
}
