﻿.grid-container {
    display: grid;
    grid-template-rows: auto auto auto;
    padding: 10px;
}

.grid-item {
    margin-bottom: 8px;
    padding: 20px;
    text-align: center;
    border: 2px;
    border-style: solid;
    border-color: dimgray;
    border-radius: 10px;
}

#brand {
    font-size: 10vw;
    text-align: center;
}

#title {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 32px;
}