.box {
    display: flex;
    align-items: stretch;
}

.about-text {
    font-family: "Comic Sans MS", sans-serif;
    font-size: 1.2vw;
    margin-bottom: 3px;
}

.edu-title{
    font-family: "Amatic SC", sans-serif;
    margin-bottom: 19px;
    font-size: 2.3vw;
    border: solid 1px white;
    padding: 8px;
}

.p4-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    max-width: 90%;
    height: 100%;
}

hr {
    border-color: rgba(255,255,255,.6);
    width: 30%;
}

.p4-ul {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    text-align: left;
    margin: revert;
}

.align-center {
    align-self: center;
}

.h1-header {
    font-family: "Amatic SC", sans-serif;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 3px;
}

.containers
{
    width:550px;
    height:100%;
    margin-left:10px;
}

.contact-text {
    font: 300 1.2vw 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: white;
    margin-left: 8px;
    padding-top: 1px;
    align-self: center;
}

.gem_link {
    display: flex;
    justify-content: center;
}

