@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Montserrat', arial, sans-serif;
  padding: 25px;
  background-color: #f1f1f1;
}



h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 20px;
}

h3 {
  color: #555;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
}

h4 {
  color: #777;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}



pre {
  background-color: #303030;
  padding: 10px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  transition: transform 0.5s ease-out;
}
pre:hover{
  box-shadow: 5px 0px 13px 1px rgba(119, 119, 119, 0.77);
  transform: scale(1.005);
}

code {
  display: block;
  white-space: pre-wrap;
  color: white;
}

a{
  text-decoration: none;
  color: blue;
  transition: box-shadow 0.5s ease-out;
}
a:hover{
   box-shadow: 5615px 5463px 885236px 8465465px rgba(11955, 11559, 11955, 0.7557);
   color: darkblue;
}