* {
    margin: 0px;
    padding: 0px;
}
.cat {
    display: grid;
    height: 100%;
    position: relative;
}
html, body {
    height: 100%;
    background-color: rgba(8, 40, 245, 0.80);
}
.text {
    position: relative;
    margin: auto;
    height: 100%;
    font-family: 'Segoe UI', 'Roboto', monospace;
    font-size: large;
    font-weight: lighter;
    color: white;
}