body {
    background: url("../images/hogwarts.jpg") center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    line-height: 1.5em;
    color: #41414c;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.navbar {
    color: #eff0f1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    margin-bottom: 50px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #666666;
    color: #8d8d8d;
    height: 2em;
    padding: .5em;
}

a:hover {
    text-shadow: 0 0 5px #b89fbd;
    text-decoration: none;
    color: currentColor;
}
a {
    color:inherit; 
}

.container-fluid {
    border: 2px solid #41414c;
    width: 70%;
    margin-top: 75px;
    margin-bottom: 20px;
    background-image: url("../images/ricepaper_v3.png");
    background-repeat: repeat;
}

/* .row {
    border: 2px solid red;
} */
/* title */
#title {
    font-size: 20px;
    font-family: 'Meddon', cursive;
    padding: 15px;
    text-align: center;
}

#triplet {
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

#main {
    padding: 15px;
    font-size: 17px;
    text-align: center
}

#instructions{
    text-align: center;
}

#start {
    display: block; 
    margin: 0 auto;
}

h1 {
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
}

.btn {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

#play-again{
    display: inline-block;
}