﻿.content {
    display: grid;
    height: 100vh;
    width: 100vw;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
}

.center {
    display: grid;
    justify-items: center;
    align-items: center;
}

.hide {
    display: none;
}
