body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://romoboss.github.io/Images/Background.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #000000;
}
.container {
    max-width: 970px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.272);
    border-radius: 15px;
    text-align: center;
}
h1, h2, h3, h4, p, li {
    margin: 0;
    padding: 10px 0;
    color: #ffffff;
    text-shadow: 
        1px 1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        -1px -1px 0 #000,
        0px 2px 0 #000,
        2px 0px 0 #000,
        0px -2px 0 #000,
        -2px 0px 0 #000;
    
}
iframe {
    margin-top: 20px;
    border: 2px solid #00000000;
    width: 100%;
    max-width: 100%;
    display: block;
}
b {
    color: rgb(255, 67, 99);
}
h1 {
    font-size: 65px;
}
h2 {
    font-size: 38px;
}
h4 {
    font-size: 10px;
}
a {
    text-decoration: none;
    color: #63ebbb;
}
.button {
    margin-top: 20px;
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 26px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: solid medium #000;
    display: inline-flex;
    align-items: center;
    height: 65px;
    vertical-align: middle;

    text-shadow: 
        1px 1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        -1px -1px 0 #000,
        0px 2px 0 #000,
        2px 0px 0 #000,
        0px -2px 0 #000,
        -2px 0px 0 #000;
    
}
.button-link {
    background-color: #54c8ca;
}
.button-link:hover {
    background-color: #189c9e;
}
.button-play {
    background-color: #ca5454;
}
.button-play:hover {
    background-color: #9e1818;
}
.button-other {
    background-color: #d6d852;
}
.button-other:hover {
    background-color: #7b8830;
}
.button img {
    margin-right: 10px;
}
.iframeplaceholder {
    margin-top: 20px;
    border: 2px solid #00000000;
    width: 100%;
    max-width: 100%;
    display: block;
}
.aligned {
    margin-left: 10px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.home-button {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #45ffca;
    border: none;
    cursor: pointer;
    outline: solid medium #000;
}
.home-button img {
    width: 100%;
    height: auto;
}
.webver {
    text-align: right;
    margin-right: 2px;
}
.spoiler {
    background-color: black;
    color: black;
    padding: 2px 4px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
}
.spoiler:active {
    color: white;
}