*{
    margin:0;
    padding:0;
}

body{
    background-color:cornflowerBlue;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
}

h1{
    background-color:black;
    color:white;
    text-align: center;
    width:100%;
    height:80px;
    position:fixed;
    top:0;
    z-index: 1;
}

.container{
    position:relative;
    top:100px;
    margin-top: 30px;
    overflow: visible;
    height:900px;
}

div p{
    font-size: 20px;
    color: white;
    min-width: 350px;
    max-width: 1400px;
}

  
.intro{
    
    font-size: 30px;
    color: white;
    text-align: center;
  width: 100%;
  position: relative;
}

  p {
    font-size: 20px;
    color: black;
    min-width: 350px;
    max-width: 1400px;
    margin:10px 10px;
  }
  
  footer{
    background-color:black;
    color:white;
    position:fixed;
    bottom:0;
    width:100%;
    height:70px;
    text-align: center;
    z-index: 1;
    margin-top: 0px;
}

.container{
    position:relative;
    top:100px;
    margin-top: 30px;
    overflow: visible;
    height:1200px;
}


  .place{
    text-align: center;
    position: sticky;
    top: 40px;
    border: 15px solid #DBE9EE;
    background-color: white;
    margin: 0 auto;
    width:80%;
  }
  
  .place img{
    width:30%;
  }

  .place img:hover{
    background-color: green;
    color:blanchedalmond;
    cursor: pointer;
    border:3px solid black;
    border:50px;
    
  }