body {
    background-image: url("sc/img/bg.jpg"); 
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;}

header {
    font-size: 48px;
    color: white;
    margin-top: 50px;
}
section {
    background-color: rgba(0, 10, 125, 0.5);
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 75px;
    border: 2px solid white;
    font-size: 48px;
    color: white;
}
h1 {
    font-family: "Emily's Candy", cursive;
    font-size: 48px;
    color: rgb(179, 255, 0);
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}
h2 {
    font-family: "Emily's Candy", cursive;
    font-size: 24px;
    color: rgb(179, 255, 0);
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button {
    margin-top: 250px;
    text-align: center;
    padding: 10px 100px;
    font-size: 18px;
    color: white;
    background-color: black;
    cursor: pointer;
}