body {
    background: url("https://github.com/sily-lily/lily.transgirls.win/blob/main/images/background.jpg?raw=true") no-repeat center center fixed;
    background-size: cover;
    font-family: "Courier New", Courier, monospace;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.daddy {
    position: relative;
    max-width: 1200px;
    max-height: 800px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.button-holder {
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px dashed #e1757592;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    user-select: none;
    position: absolute;
    scale: 1;
    transition-duration: 0.15s;
}

.button-holder:hover {
    border: 2px solid #e1757592;
    scale: 1.025;
    transition-duration: 0.15s;
}

.container {
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
    border: 2px solid #e1757592;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    user-select: none;
    position: absolute;
    scale: 1;
    transition-duration: 0.15s;
}

.container:hover {
    scale: 1.025;
    transition-duration: 0.15s;
}

.yap {
    text-align: left;
    line-height: 1.5;
}

.stuff {
    text-align: center;
}

.stuff ul {
    list-style-type: none;
    padding: 0;
}

.stuff li {
    font-size: 1.2em;
    margin: 10px 0;
}

a {
    color: #55CDFC;
    text-decoration: none;

}

