.title-text {
    color: white;
    padding-top: 120px;
    padding-bottom: 100px;
}

#title-ricky {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 50%;
}

h1 {
    font-family: "Sacramento", cursive;
    font-size: 5rem;
}

h2 {
    font-size: 2.3rem;
}

h2, h3, h4, p {
    font-family: "Montserrat", sans-serif;
}

.profile-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

h3 {
    color: skyblue;
    font-weight: bold;
}

.white-text {
    color:black;
}

#lab-ricky {
    width: 8rem;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 50%;
}

.flexbox {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.experiments {
    max-width: 30%;
    min-width: 150px;
    border: 4px solid skyblue;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.emphasis {
    font-weight: bold;
    font-style: italic;
    color: skyblue;
}