body{
    background-image: linear-gradient(to top left, rgb(62, 16, 148), rgb(248, 39, 178));
    background-repeat: no-repeat;
    background-size: cover;
    height: 940px;
}

#navbar{
    display: flex;
    margin-left: 100px;
    color: white;
}
ul{
    display: flex;
    color: white;
    list-style: none;
    margin-top: 35px;
    font-size: 25px;
}
li{
    margin-left: 190px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}
li:hover{
    color: rgb(0, 0, 2);
    font-size: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: rgb(0, 0, 2);
    text-decoration-thickness: 2px;
}
#signup:hover{
    background-color: white;
    font-size: 25px;
    border: none;
    border-radius: 25px;
    padding: 10px 18px 10px 18px;
    margin-top: -3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    box-shadow: 3px 0 5px rgb(104, 102, 102), 0 3px 5px rgb(104, 102, 102);
}
#signup{
    background-color: white;
    font-size: 25px;
    border: none;
    border-radius: 25px;
    padding: 10px 18px 10px 18px;
    margin-top: -3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#sectionhead{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
}
#first{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 65px;
    text-align: right;
    margin-right: 115px;
}
h2{
    color: white;
    font-family: serif;
    text-transform: uppercase;
    font-size: 70px;
    text-align: right;
    margin-right: 115px;
    margin-top: 20px;
}
#para{
    color: white;
    text-align: right;
    font-size: 20px;
    font-family: sans-serif;
    margin-right: 115px;
    line-height: 25px;
}
#start{
    margin-right: 115px;
    background-color: rgb(120, 59, 190);
    font-size: 25px;
    color: white;
    padding: 15px 25px 15px 25px;
    border: none;
    border-radius: 4px;
}
#start:hover{
    box-shadow: 3px 0 15px rgb(0, 0, 0), 0 3px 15px rgb(0, 0, 0);
    font-size: 30px;
    border-radius: 10px;
}
#section{
    text-align: right;
}
#last{
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: sans-serif;
    margin-top: 100px;
}
img{
    margin-left: 60px;
    margin-top: -400px;
    height: 530px;
}