
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body{
    font-family: "League Spartan", sans-serif;
    text-align: center;   
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    height: 97vh;
}

.text_body{
 margin: 20px;
}


a{
    color: grey;
}