body{
  margin-left: 0px;
  margin-right: 0px;
  overflow: scroll;
}
.navbar {
    overflow: hidden;
    background-color: #222;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: left;
    display: inline-block;
    color: #f2f2f2;
    text-align: left;
    padding: 39.3px 19px 0px 31px;
    text-decoration: none;
    font-size: 16pt;
    font-family: 'Cinzel', serif;
    position: relative;
    
}
/* Change background on mouse-over */
.navbar a:hover {
    color: red;
  }
/* Main content */
.main {
    margin-top: 108.5px; /* Add a top margin to avoid content overlay */
}
.logo{
  width: 100px;
  float: right;
}
#transition{
  animation: all ease-in-out;
  transition-duration: 200ms; 
}
hr{
  border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.matter{
  margin-left: 10%;
  width: 80%;
  text-align: left;
  color: #222;
  font-size: 15pt;
}
#mold{
  float: right;
  width: 37%;
  display: inline-block;
  border: #A569BD;
}
#moldt{
  float: left;
}
#cutting{
  width: 255px;
  display: inline-block;
  border: 5px solid red;
  border-radius: 10px 10px 10px 10px;
}
#cutting2{
  width: 255px;
  display: inline-block;
  border: 5px solid orange;
  border-radius: 10px 10px 10px 10px;
  height: 260px;
}
#cutting3{
  width: 255px;
  display: inline-block;
  border: 5px solid yellow;
  border-radius: 10px 10px 10px 10px;
  height: 255px;
}
span{
  padding-right: 40px;
  margin-left: 29px;
}
#bolding{
  color: red;
}
.hovleft{
  float: left;
display: inline-block;
margin-left: 26.5%;
}
.hovright{
  float: right;
  display: inline-block;
  margin-right: 33%;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
    opacity: 0.5;
    transform: scale(1.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}
.spacing{
  line-height: 10px
}
.























