
.oswald-main {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
body {
    background-color: #0f0606;
    background-image: url("./default.png");
}
.linkbox {
    background-color: #2f0000;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 10px 10px 10px 10px;

}
.linkbox h1 {
    color: #e0ddcf;
    top: 10%;
    left: 50%;
    font-family: "Oswald";
}
.linkbox h3 {
    color: #e0ddcf;
    top: 10%;
    left: 50%;
    font-family: "Oswald";
}
.subPages h3 {
    color: #e0ddcf;
    top: 10%;
    left: 50%;
    font-family: "Oswald";
}
.linkbox p {
    top: 50%;
    left: 50%;
    font-family: "Oswald";
    color: #e0ddcf;
}

.headerLinks {
    width: 25%;
    margin: auto;
}
.masterA{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 65%;

}
.groupA {
    margin: 10px;
    flex: 1;
    width: 45%;
    position: relative;
}
.subPages {
    background-color: #2f0000;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 10px 10px 10px 10px;
    width: 35%;
    text-align: center;
    margin: auto;
    font-family: "Oswald";
}
.subPages p {
    color: #e0ddcf;
}
.subPages h1 {
    color: #e0ddcf;
}
.writingBackground {
    background-color: #2f0000;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 10px 10px 10px 10px;
    width: 50%;
    text-align: center;
    margin: auto;
    font-family: "Oswald";
}
.writingBackground p {
    color: #e0ddcf;
}
.writingBackground h1 {
    color: #e0ddcf;
}
.writingContent {
    text-align: left;
    padding: 10px 10px 10px 10px;
}