html, body {
    padding:0;
    margin:0;
    background-color:#ddd;
    text-align:center;
}

html {
    background-image:URL("../img/greek\ background.jpg"); 
    /*Free Vector | Beige Greek key seamless pattern background. (n.d.). Freepik.
        https://www.freepik.com/free-vector/beige-greek-key-seamless-pattern-background_16269482.htm#query=greek%20background&position=15&from_view=keyword&track=ais_user&uuid=dced761c-eed1-4848-84b3-d1db2a952b24*/
    

    #chosenimage{
        width: 700px;
        height: 400px;
    }

    #minotaurimage{
        width: 800px;
        height: 400px;
    }
    
}

ul {
    list-style-type: none;
    }

li  {
    list-style-type: none;
    }


body {
    background-color:transparent !important;
}

h2 {
    color:#000000;
}

p {
    color:#000000;
}

.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  .topnav a {
    float: center;
    color: #f2f2f2;
    text-align: center;
    padding: 1px 1px;
    text-decoration: none;
    font-size: 18px;
  }
