body {
    background-color: black;
background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

#cp_container_1 {
    margin: 40px auto;
    margin-top: 150px;
}

#wrapper {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

#wrapper2 {
    width: 70%;
    margin: 30px auto;
    text-align: center;
}

h4 {
    font-size: 1.25em;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: -12px;
    color: #77ce21;
}

h4 span {
    font-size: 1.7em;
    letter-spacing: .1em;
}

p {
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 12px;
}

p span {
    text-align: center;
}

.center {
    text-align: center;
    margin: 0px;
    padding: 5px;
}

h1 {
    color: white;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 2em;
}

h1 span {
    color: #84e325;
    display: block;
    font-family: 'Concert One', cursive;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 2.9em;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    color: white;
    background-color: rgba(61, 61, 61, .97);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 55%; /* Could be more or less, depending on screen size */
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#myBtn {
    display: block;
    margin: 30px auto;
}
    
img {
    padding: 15px;
    width: 70%;
}

#alien {
    padding: 5px;
    width: 45px;
}

button {
    text-transform: uppercase;
    background-color: #6d6d6d; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

button:hover {
    background-color: #77ce21; /* Green */
}

audio {
    padding-top: 200px;
}