@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300;1,18..144,300&display=swap');

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

body{
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
    background-image: url(/images/wallpaper.jpg);
}

div.top_section{
    margin: 1rem;
}

div.middle_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}