body {
    width: 100%;
    height: 100%;
    background-color: rgb(6, 4, 112);
    background-image: linear-gradient(to bottom right, rgb(6, 4, 112), rgb(40, 40, 40));
}

.games {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 12%;
    width: 40%;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-style: double;
    border-width: 3px;
    border-color: white;
}

.text {
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: white;
    text-decoration: none;
    margin: 20px;
    font-size: large;
    scale: 1.4;
}

a:hover {
    background-color: rgb(68, 8, 207);
}

.title {
    scale: 1.75;
    padding: 10px;
}

.description {
    scale: 1.3;
    color: lightgreen;
}

.column1 {
    display: flex;
    flex-direction: column;
}

.column2 {
    display: flex;
    flex-direction: column;
}