/* Style for body when Hanuki is running as a standalone website.*/
.body_standalone {
    overflow: hidden;
    background-color: #250700;
    margin: 0;
}

/* Style for body when Hanuki is running embedded in another website.*/
.body_embedded {
    overflow: hidden;
    background-color: #0000;
}


iframe {
    border: none;
}

.ContentSub {
    width: 100%;
    /* Fill the width of the container */
    height: 100%;
    /* Fill the height of the container */
    display: block;
    /* Ensures no extra space below the object */
    /* position: absolute; */
    top: 0;
    left: 0;
}


.Title {
    /* position: absolute; */
    top: 50;
    left: 50;
    color: #ff5;
    /* font-size: 50; */
    font-size: clamp(20px, 5vw, 50px);
    white-space: nowrap;
}

.PageTitle {
    /* position: absolute; */
    top: 160;
    left: 0;
    color: #fff;
    /* font-size: 30; */
    font-size: clamp(16px, 4vw, 30px);
    color: #ff9500;
}

.DownloadButton {
    /* position: absolute; */
    right: 0;
    top: 0;
    visibility: hidden;
}

.GithubButton {
    /* position: absolute; */
    right: 0;
    top: 0;
}

.Donate {
    /* position: absolute; */
    right: 0;
    cursor: pointer;
    top: 0;
    font-size: 30;
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    color: white;
    /* Optional text color */
}

.project-icon {
    /* position: absolute; */
}
