h1{
    margin-top: -20px;
    margin-left: 45px;
}

.granville{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 80px;
}

.teaching{
    width: 700px;
    border-radius: 40px;
    transition: all 0.15s ease;
}

.caption{
    color: gray;
    margin-bottom: 50px;
    width: 700px;
}

.bold{
    font-weight: bold;
}

.button{
    padding: 13px 25px;
    margin-right: 10px;
    border-radius: 50px;
    border: none;
    font-family: "Josefin Sans", serif;
    font-size: 15px;
}

.family{
    background-color: rgba(216,154,224, 0.57);
    color: rgb(254,245,238);
    cursor: pointer;
    transition: all 0.15s ease;
}

.family:hover{
    font-size: 17px;
    padding: 17px 29px;
}

.sources{
    border: solid;
    border-color: rgba(216,154,224, 0.57);
    color: rgba(216,154,224, 0.57);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.15s ease;
}

.sources:hover{
    font-size: 17px;
    padding: 17px 29px;
}

.essay{
    width: 450px;
    background-color: rgba(216,154,224, 0.57);
    padding: 15px 40px;
    border-radius: 40px;
    transition: all 0.15s ease;
}

.essay:hover{
    padding: 25px 50px;
}