body {
    font-family: MS PGothic;
    font-size: 22px;
    background-image: url("https://file.garden/aeVpDTeG9wi7ozvZ/secret%20files/p019.png");
    background-size: cover;
    color: white;
}

header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
    height: 11rem;
    max-width: 70vw;
    box-sizing: border-box;
    padding: 10px;
    background-image: url("https://file.garden/aeVpDTeG9wi7ozvZ/secret%20files/p030and031.png");
    background-position: 0 20%;
    background-size: cover;
    border-style: solid;
    border-color: #455f97;
    border-bottom: none;
}

header img {
    height:11rem;
}

.links {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color:white;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 3vh;
    font-style: bold;
    border-style: solid;
    border-color: #455f97;
    border-top: none
}

.links a {
    margin-left: 20px;
    margin-right: 20px;
    text-decoration-line:none
}

.links a:hover {
    color: red;
    font-size: 23px;
}

.welcome {
    box-sizing: border-box;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vh;
    align-content: center;
    font-family: Helvetica;
    font-style: italic;
    background-image: url("https://file.garden/aeVpDTeG9wi7ozvZ/secret%20files/p017.png");
    background-position: 0 75%;
    text-shadow: 2px 2px 1px black, 2px 2px 1px black;
    border-style: solid;
    border-color: black
}

.container {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    border-color: #7cc0ea;
    border-style: double
}

.xc {
    border-bottom: dotted #7cc0ea;
}

.xc img {
    float:right;
    height: 25vh;
    padding: 10px;
    margin-top: -20px;
    padding-bottom: 50px;
}

.xc a {
    color: #7cc0ea
}