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;
}
