@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    background-color: rgb(105, 119, 180);
    color: white;
}

body {
    margin: 100px;
}

div.row {
    margin: auto;
    display: flex;
    max-width: 1400px;
    min-width: 800px;
    gap: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 0rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .66rem;
}

h3 {
    font-size: 1.2rem;
    margin-top: 3.5em;
}

h4 {
    color: rgb(255, 208, 162);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: -.8rem;
}

a {
    text-decoration: none;
    font-style: italic;
    color: rgb(255, 208, 162);
}
  
div.gallery img {
    width: 100%;
    height: auto;
}
  
div.desc {
    padding: 15px;
    text-align: center;
}
  
* {
    box-sizing: border-box;
}
  
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
  
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}