* {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

:root {
  
  --first-color:  #d3d6db;
  --second-color: #3a4750;
  --third-color: #303841;
  --fourth-color: #be3144;
  --footer-top-bar-color: #1b1b1b;
  --text-color: #666666;
  --title-color: #9c9c9c;
  --p-color: whitesmoke;
}