@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
    font-family:'Bebas Neue';
    background-color: #0f2b055c;
    color: #022c10b1;
    text-align: left;
}

p {
    font-size: 20px;
        margin: 10px;
        padding: 10px;
}
h1{
    color: #000000;
}
a{
    color: #0e1081;
    text-decoration : none;
}
a:hover{ 
    color: #9900ff;
}
li{
list-style-type: square;
}
