@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Cabin", sans-serif;
    text-align: center;
}

.imgContainer {
    margin: 0.5rem 2rem;
    height: 12rem;
}

img {
    width: 100%;
    height:100%;
}

.text {
    width: 80%;
}

p {
    font-size: 1.1rem;
}

a:link {
    color: #0098dc;
}

a:visited {
    color: #0098dc;
}