@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: linear-gradient(to bottom, black, black, black, black, black, darkgrey, white, white);
}

div.top_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30rem;
    gap: 30rem;
    color: aliceblue;
}

div.middle_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: aliceblue;
}

div.bottom_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    gap: 20rem;
    margin-top: 100rem;
    margin-bottom: 10rem;
}