body{
    background-color: rgb(231, 231, 223);
    height: 100%;
    width: 100%;
    align-content: center;
}

#img{
    border: 1px solid black;
    border-radius: 2em;
    float: left;
    margin-right: 5em;
    margin-left: 1em;
}

#infoContainer{
    text-align: left;
    margin-top: 7em;
    font-size: 1.3em;
}

.colorful{
    color: cornflowerblue;
}

.resized{
    height: 1.5em;
    width: 1.5em;
}