﻿body {
    background-color: white;
    color: #2a2c60;
    font-size: 18px;
}
.h1 {
    font-size: 42px;
}
.standard {
    width: 80%;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
}
.footer {
}
div {
    margin: auto;
    width: 50%;
    padding: 10px;
}
ul {
    display: inline-grid;
    column-gap: 48px;
    grid-auto-flow: column;
    justify-items: center;
    margin: auto;
    list-style-type: none;
}
li {
    
}
@media (max-width: 499px) {
nav {
    float : left;
}
ul {
    grid-auto-flow: row;
}
nav ul > li {
    float : left;
}
}
h1 {
    float: initial;
}
