﻿body {
    background-color: #0d3556;
    color: white;
    margin: 0;
}

.main { 
    min-height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;    
    grid-template-rows: 4fr 1fr;
}

svg {
    max-width: 90%;
    max-height: 20%;
}
