*{
    margin:0%;
    padding:0%;
}
body{
    background-image: url(jpg.jpg);
    background-size: 100%;
    color: white;
}
nav{
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin-top: 30px;
}
nav h1{
font-size: 50px;   
 
}
ul button{
width: 100px;
height: 34px;
background-color: red;
color: white;
font-size: 18px;
border: none;
 border-radius: 3px;    
}
ul{
    display: flex;
    list-style: none;
}
ul li a{
    margin-inline: 30px;
    font-size: 27px;
}
ul li a:hover{
border-bottom: 4px solid blue;
border-radius: 3px;
margin-top: 2px;
cursor: pointer;
}
.text{
    margin-left: 7%;
    margin-top: 120px;
}
.text h1{
    font-size: 100px;
}
.text p{
    font-size: 27px;
    margin-top: 20px;
}
.text button{
    width: 170px;
    height: 44px;
    background-color: red;
    color: white;
    border: none;
    margin-top: 50px;
    font-size: 20px;
    cursor: pointer;
}
.text button:hover{
    border: 3px solid white;
    background-color: rgb(236, 57, 57);
    cursor: pointer;
}    
nav span{
    color: red;
}
