.title-container {
    text-align: center;
    transition: transform 0.4s ease-in-out;
}

.title-container:hover {
    transform: scale(1.1);
}

.title {
    font-size: 5em;
    color: #ffffff;
    font-family: "Major Mono Display", monospace;
    font-weight: bolder;
    font-style: normal;
}

.under-title {
    font-size: 2em;
    color: #939393;
    font-weight: 300;
    font-style: normal;
}