html {
    /* background-image: url("../resources/images/aboutBackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    background-color: #52B2FB;
}

h1 {
    text-align: center;
    color: #900903;
    font-size: 50px;
}

p {
    color: black;
    font-size: 22px
}

.content-block {
    display: flex;
    flex-direction: column;
}

.row-block {
    display: flex;
    align-items: center;
}

.row-block img {
    height: 70px;
    width: 70px;
}

a {
    text-decoration: none;
    font-size: 2em;
    color: black;
}

@media (min-width: 790px) and (max-width: 950px) {
    #katrina {
        height: 400px;
    }
}

@media (min-width: 520px) and (max-width: 790px) {
    #katrina {
        height: 300px;
    }
}

@media (max-width: 520px) {
    a {
        font-size: 1.5em;
    }

    #katrina {
        height: 200px;
    }
}