#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  background-color: #1414A0;
  color: white;
  cursor: pointer;
  width: 55px;
  padding: 13px;
  border-radius: 4px;
}
:root {
  /* FONTS */
  --ff-marcellus: "Marcellus", serif;
  --ff-lato: "Lato", sans-serif;
  --ff-gothic-a1: "Gothic A1", sans-serif;
  --ff-martel: "Martel", sans-serif;
  --ff-inter: "Inter", sans-serif;

  /* COLOUR */
  --color-blue: #1414a0;
  --color-red: #c00404;
  --color-yellow: #ffc72c;
  --color-green: #00a753;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.pointer{
  cursor: pointer;
}

.a{
  text-decoration: none;
  color: inherit;
}
.scroll_none{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}



@media (max-width:768px){
  .singleImage {
    grid-template-columns:auto !important;
}
}