@font-face{
    font-family: "upheavel";
    src: url("Fonts/upheavtt.woff") format("woff");
}

#title-text{
    font-family: "upheavel", sans-serif;
    margin: 0 0 12px 0;
    text-align: center;
    color: white;
    font-size: 100px;
    text-shadow: 2px 2px 0 #3b1a5a;
}

html, body{
    height: 100%;
    margin: 0;
    font-family: sans-serif
}


body{
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#container{
    border:  indigo 7px solid;
    height: 700px;
    width: 500px;
    margin: 50px auto auto auto;
    padding: 15px;
    background-image:url(Images/sky-background.png);
    
    background-size: contain;
    background-position: center;
}

#text-box{
    border: black 2px solid;
    background-color: white;
    position: relative;
}

#title-bar{
    position: relative;
    margin: -15px -15px 12px -15px;
}

#start-button{
    display: block;
    width: fit-content;
    margin: 180px auto 0 auto;
    text-decoration: none;
}

#start-button img{
    display: block;
    width: 180px;
    height: auto;
    transition: transform 0.15s ease;
}

#start-button img:hover {
    transform: scale(1.05);
}