


#flex{
    justify-content: flex-start;
}

#titleFront{
    width: 400px;
    background-image: url('/images/graphics/redWiiDog.png');
  }  
  

.mainBox{
    flex-direction: column;
    width: 100%;
}

#boxContainer{
    background-image: url(/images/bg/hills3.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid black;
    border-radius:10px;
    padding: 15px;
    display: flex;
}

#resourcesNav{
    height:100px;
    margin-right: 15px;
}

h5{
    color:white; 
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
    font-size: 30px;
    margin:0px;
}

#box p{
    margin-bottom: 15px;
    line-height: 1.4;
}

p{
    margin-bottom: 10px;
}


#resourcesNav button{
    width: 120px;
    margin-top: 15px;
    padding:5px 5px;
}

#resourcesNav button a{
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
}

#box{
    border:1px solid black;
    background-color:white;
    overflow:auto;
    padding:10px;
    text-align: left;
    height:300px;
    width:75%;
}  

hr{
    border: 1px solid #cfcfcf;
}


.title{
    font-family: hearts;
    font-weight: bolder;
    color:white;
    font-size:40px;
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
    margin-bottom:-20px
}

.coded{
    border:1px solid black;
    background-color: white;
    font-family: basiic;
    text-align: center;
    padding:10px;
}


