@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    background-color: #1b001d;
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    color: #D4F21B;
    text-align: center;
}

strong{
    color:#D4F21B;
}

p,ul,li{
    color: white;
}

a{
    color: #D4F21B;
    text-decoration: none;
}


button{
    font-size: 24px;
    background-color: #300433;
    padding: 10px 40px;
    border-radius: 15px 15px;
}
