/*   LEFT SIDE   */
.leftside {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profilepic {
    width: 350px;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
}

/*   RIGHT SIDE   */
.rightside {
    max-width: 500px;
}

h1 {
    font-size: 48px;
    margin: 0;
    font-weight: 800;
}

.script {
    font-family: 'Breathing', cursive;
    font-size: 80px;
    font-weight: normal;
    margin-right: 10px;
}


.bio {
    margin-top: 0px;
    margin-left: 130px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.emailbutton {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
