@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Josefin+Sans:ital,wght@1,300&family=Kalam:wght@700&family=Lobster&family=Open+Sans:ital@1&family=Poppins:ital,wght@0,100;0,200;0,500;1,500;1,600;1,700;1,900&family=Recursive:wght@900;1000&family=Roboto+Mono&family=Roboto+Slab&family=Shrikhand&family=Updock&display=swap');
 
body{
    overflow-x: hidden;
}
*{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
  /* Style the container */
  
  
  /* Style the search input */
  .search {
    margin-top: 20px;
    text-align: center;
}

#myinput {
    padding: 10px;
    font-size: 16px;
    border: 4px solid green;
    border-radius: 10px;
    width: 60%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  
  /* Style the table */
  .ourdata {
    margin: 20px;

  }
  
  #tabledata {
    width: 100%;
    border-collapse: collapse;
  }
  
  #tabledata th{
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    font-size: 40px;
  }
  #tabledata td {
    border: 3px solid #ddd;
    padding: 15px;
    font-size: 30px;
    text-align: left;
  }
  
  #tabledata th {
    background-color: green;
  }
  
  /* Style the delete button */
  #btn {
    background-color:#20a10f;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
  }
  
  #btn:hover {
    border: 1px solid #20a10f;
    border-radius: 0.2em;
    color:black;
}

.video{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
   
}

video{
    width: 37%;
    height: auto;
    box-shadow: 3px 3px 2px #aaaaaa;
    border-radius: 0.4em;
    position: relative;
    left: 2em;
    top: 0.5em;
}
.jpg img{
   width: 100%;
   height: 100vh;
    box-shadow: 2px 2px 1px #aaaaaa;
    border-radius: 0.4em;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    right: 0.3em;
}

.quotes{
    background-color: #3498db; /* Choose your desired background color */
    color: #fff; /* Text color */
    padding: 20px;
    box-sizing: border-box;
    width: 30%; /* Adjust the width as needed */
    height: 100%;
    display: inline-block;
    position: relative;
    bottom: 5em;
    left: 3em;
    box-shadow: 3px 3px 2px #aaaaaa;

}

.nurt{
    background-image: url("nurt.jpg");
    background-repeat: no-repeat;
    background-size: cover; /* Adjust to 'contain' if you want the entire image to be visible */
    background-position: center center; /* Adjust the position as needed */
    border: 1px solid aliceblue;
    border-radius: 0.4em;
    position: relative;
    right: 0.1em;
}