body{
  background-color: #fff8f8;
}
.main{
    margin: 15%;
    margin-left: 20%;
    background-color: rgb(255, 255, 255);
    
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}
.icon{
  font-size: 100px;
  margin:0%;
  background-color:#f6f6f6;
  text-align: center;
  padding: 20%;
  border-radius: 2%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
h1{
    font-size:30px;
}

.symbol-meaning{
font-size:28px;
font-weight: 400;
letter-spacing: 2px;
margin-bottom:1.5%;
}
.symbol-para-info{
font-family:'Times New Roman', Times, serif;
font-weight: 300;
}
.Synonyms{
  font-size:28px;
font-weight: 600;
margin-bottom:1%;
}
.Synonyms-para-info{
  font-family:'Times New Roman', Times, serif;
  font-weight: 300;
  margin-top:0%
}
table {
  width: 40%;
}

td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}

.col1 {
  width: 50%;
}

.col2 {
  width: 70%;
}

/* CSS */
.button-27 {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 50%;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}
/* dropdown `````````````````````````*/
.dropbtn {
  background-color: #000000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 20%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.butt1{
  border: none;
      padding: 12%;
    display: flex;
}


.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

h2{
  font-weight: 500;
  letter-spacing: 1px;
  margin:8  px;
}
h4{
  margin: 0%;
}

 .grid-container {
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        grid-template-rows: 1fr 0.2fr;
        gap: 10px;
      }

      .grid-item {
        background-color: #ffffff;
        padding: 20px;
      }
      
      /*
      <!-- HTML !-->
<button class="button-34" role="button">Button 34</button>

/* CSS */
.button {
  color: #090909;
  padding: 0.3em 1.0em;
  font-size: 15px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  transition: all .3s;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;}
             
.button:hover {
  border: 1px solid white;
}

.button:active {
  box-shadow: 4px 4px 12px #c5c5c5,
             -4px -4px 12px #ffffff;
}
#copyMessage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

