@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,721;1,721&display=swap');

html {
    background-color: black;
}

h1 {
    font-family: "Raleway", sans-serif;
    color: red;
    font-size: 300%;
}

a1 {
    font-family: "Raleway", sans-serif;
    font-size: 300%;
    color: red;
}

a2 {
    font-family: "Raleway", sans-serif;
    font-size: 180%;
}

.navbar {
    align-items: center;
    justify-content: space-between;
    color: gray;
    display: flex;
}

.navbar ul {
    display: flex;
    list-style: none;

}

.navbar ul li {
    margin: 0 10px;
}

.navbar ul li a {
    font-family: "Raleway", sans-serif;
    padding: 10px;
    font-size: 150%;
    text-decoration: none;
    color: white;
}

.navbar ul li a:hover {
    color: red;
    transition: 0.5s;
}


.helal {
    color: white;
}
