body {
    background-color: rgb(15, 14, 14);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.02em;
}

.specialbutton {
    border-color: white;
    color: white;
    background-color: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 6rem;
    margin-left: 20px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-radius: 8px;
    border-width: 0.2rem;
    height: auto;
    width: auto;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 20px;
}

.specialbutton:hover {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.03em;
}

.all_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 5rem;
    padding-top: 20px;
}

.header_container {
    display: flex;
    justify-content: space-around;
}

.header_element {
    display: flex;
    flex-direction: row;
    align-items: top;
}

#main_title {
    background-color: white;
    color: rgb(15, 14, 14);
    border: none;
    font-weight: 500;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 6rem;
    margin-left: 20px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-radius: 8px;
    border-width: 0.2rem;
    height: auto;
    width: auto;
    text-align: left;
    margin-bottom: 0rem;
    margin-top: 20px;
}

#main_title:hover {
    background-color: white;
    color: rgb(15, 14, 14);
    border: none;
    font-weight: 500;
}

#subtitle {
    background-color: white;
    color: rgb(15, 14, 14);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.04em;
    border: none;
}

#subtitle:hover {
    background-color: white;
    color: rgb(15, 14, 14);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.04em;
    border: none;
}