html {
    font-family: Calibri;
}

td {
    width: 20%;
}

.patch-notes {
    background-image: url(https://user-images.githubusercontent.com/40473939/189208424-84144cc8-4892-4a14-92cc-ee1e2e891d32.png);
    background-size: 100%;
	background-attachment: fixed;
}

.version {
    margin-bottom: 4%;
    text-align: center;
}

.patch-notes-container {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-left: 30%;
    margin-right: 30%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.170000);
    border-radius: 5px;
}

.category {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: xx-large;
}

.element {
    font-size: x-large;
    margin-bottom: 7px;
    margin-left: 20px;
}

.note {
    margin-left: 20px;
    font-size: large;
    color: rgba(0, 0, 0, 0.7);
}

.project-logo {
    width: 64px;
    height: 64px;
    margin-top: 18px;
    margin-left: 40px;
    float: left;
}

.title {
    color: white;
    margin-left: 20%;
    font-style: italic;
    padding-top: 30.5px;
    float: left;
}

.title-container {
    margin-top: 1%;
    background-color: rgb(16, 28, 36);
    font-size: xx-large;
    margin-left: 20%;
    margin-right: 20%;
    height: 100px;
}

.link-to-patch {
    background-color: black;
    color: white;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    user-select: none;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
}

.links-container {
    margin-top: 5%;
    margin-left: 25%;
    margin-right: 25%;
}
