h1, h2, h3, p, a, h4, h5, h6 {
    color: white;
    font-family: "Roboto-Light";
    text-align: left;
    background-color: rgb(21, 21, 21);
    /*margin: 10px;*/
}

a {
    background-color: transparent;
}

hr {
    margin-left: 20%; 
    margin-right: 20%;
    border-width: 5px;
    border-color: rgb(21, 21, 21);
    background-color: rgb(255, 255, 255);
    border-style: solid;
    height: 5px;
}

img {
    max-width: max-content;
    height: auto;
}

button {
    border-style: none; 
    border: transparent;
    background-color: rgb(255, 255, 255);
    color: rgb(11, 11, 11);
    transition: background-color 0.1s 0s;
    font-size: 120%;
    width: 70%;
    padding: 15px;
    font-family: "Roboto-Black";
}

button:active {
    background-color: rgb(132, 132, 132);
}

.shane-button {
    background-color: rgb(0, 141, 202);
    transition: background-color 0.1s 0s;
}

.shane-button:active {
    background-color: rgb(0, 104, 148);
}

.grazi-button {
    background-color: rgb(255, 46, 46);
    transition: background-color 0.1s 0s;
}

.grazi-button:active {
    background-color: rgb(171, 28, 28);
}

textarea, input {
    background-color: rgb(50, 50, 50);
    color: white;
    padding: 10px;
    font-size: 20px;
    width: 70%;
    border: none;
    font-family: "Roboto";
}

select {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px;
    font-size: 20px;
    border: none;
    font-family: "Roboto";
}

textarea {
    width: 70%;
    height: 250px;
    max-width: 50%;
    max-height: 250px;
    min-height: 250px;
    min-width: 70%;
}

.shane-input {
    background-color: rgb(0, 45, 64);
}

.grazi-input {
    background-color: rgb(255, 255, 255);
    color: black;
}

.shane-body {
    background-color: rgb(0, 107, 152);
}

.grazi-body {
    background-color: rgb(225, 0, 0);
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.seperator {
    font-size: 100%; 
    margin: 0px; 
    padding: 0px;
    background-color: transparent;
}

.main-container {
    width: 100%;
    margin: 0px;
    background-color: rgb(21, 21, 21);
}

.main-text {
    margin: 20px; 
    padding: 20px;
    background-color: transparent;
}

.horizontal-long-container {
    overflow: hidden;
    margin: 10px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(13, 13, 13);
}

.container {
    overflow: hidden;
    margin: 0pc;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    height: fit-content;
    content: inherit;
    background-color: rgb(13, 13, 13);
}

.container a, .horizontal-long-container a {
    float: left;
    color:white;
    background-color: transparent;
    text-align: center;
    text-decoration:none;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-size: 120%;
    transition: color 0.1s ease-out 0ms;
    font: large;
    text-shadow: none;
    font-family: "Roboto-Black";
}

.container a:hover, .horizontal-long-container a:hover {
    color: rgb(0, 191, 255);
}

.container .grazi-link {
    color:white;
    transition: color 0.1s ease-out 0ms;
}

.container .grazi-link:hover {
    color: rgb(255, 46, 46);
}