html, body {
    height: 100%;
    font-size: 20px;
    background: linear-gradient(90deg, #c31432, #240b36);
    font-family: 'IBM Plex Mono', monospace;
}

.border-red {
    border: 2px !important;
    border-style: solid !important;
    border-color: red !important;
}

input[type="text"] {
    width: 80%;
}  

.card {
    background-color: #f5f5f5;
    width: 33%;
}