.info {
    margin: 25px;
    max-width: 55%;
    margin-left: 40%;
    column-count: 3;
}
.image{
    padding-bottom: 20px;
    max-width: 100%;
}


.description2{
    column-count: 1;
    font-family: "Georgia", "Times New Roman", serif;
    text-align: center;}

.info h1{
    text-align: center;
    font-family: sans-serif;
    font-size: 1.5vw;
    margin-top: 6%;
    margin-bottom: 4.75%;
}
.info h2{
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.7vw;}
}

.info a:hover {
    color: dimgray;
}

.info a {color: black;
    text-decoration: none;}