body {
    background-color: #03002e;
    color: whitesmoke;
}

h1 {
    text-align: center;
    font-size: 3rem;
    font-family: Georgia, serif;
}

h2 {
    font-family: Helvetica, sans-serif;
}

p {
    font-family: Helvetica, sans-serif;  
}

.row {
    display: flex;
    justify-content: space-between;
    padding: 7vw;
    
    .col {
        img {
            width: 100%;
        }
        flex-basis: 47%;
        h2 {
            margin-top: 0;
        }
     } 
}