body{
    background-image: url(./Untitled.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#navbar{
    display: flex;
}
ul{
    display: flex;
    margin-left: 130px;
}
li{
    color: white;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    list-style: none;
    margin-top: 60px;
    margin-left: 120px;
}
h1{
    color: white;
    font-size: 60px;
    margin-left: 100px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: normal;
}
span{
    color: red;
}
li:hover{
    color: red;
    text-shadow: 0 4px 6px gray, 4px 0 6px gray, -4px 0 6px gray;
}
#two{
    background-color: black;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 28px;
    padding: 15px 35px 15px 35px;
    margin-top: -19px;
    margin-left: 0;
}
h2{
    color: white;
    margin-left: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 80px;
    margin-top: 100px;
}
#two:hover{
    box-shadow: 0 6px 6px rgb(255, 255, 255), 6px 0 6px rgb(255, 255, 255), -6px 0 6px rgb(255, 255, 255), 0 -6px 6px white;
    color: red;
}
p{
    color: white;
    margin-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin-top: -50px;
}
#one{
    color: black;
    margin-left: 100px;
    background-color: white;
    font-size: 35px;
    border: none;
    border-radius: 10px;
    padding: 12px 25px 12px 25px;
    font-weight: bold;
    margin-top: 15px;
}