 body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background-blend-mode: darken;
  background-color: azure;
  align-content: center;
 };

 a{
  text-decoration: none;
 }
 

 #section{  
  display: flex;
  align-items: center;
  justify-content: center;

  margin: auto;
 }

 @media (max-width: 700px) {
  :root {
    font-size: 62.5%;
    display: flex;
    flex-direction: column;
  }
 }