br {
    user-select: none;
}

html, body {
    height: 99.5%;
    margin: 0; 
}

main {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}

.update {
    float: right;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    border: solid black 1px;
    margin: 2.5px 2.5px;
}

.update p {
    font-size: 20px;
}

.update h1 {
    text-align: center;
}

.main-intro {
    width: 50%;
    float: left;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#update-title {
    font: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
}

h1 {
    text-decoration: underline;
}

.indent {
    padding-left: 50px;
}

.index-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-img img {
    margin: 50px 0px;
    width: 300px;
    height: auto;
    transition: transform 0.5s;
}

.index-img img:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}

h1 {
    text-align: center;
}

#entergame {
    text-align: center;
    font-size: 28px;
    font: bold;
}

#entergame a {
    text-decoration: none;
    color: blue;
}

.notice {
    display: flex;
    flex-direction: column;
    margin: 0 50px;
}