*{
    padding: 0;
    margin: 0;
    border: 0;
}

body{
    background-color: rgb(0, 1, 28);
    /* font-family: 'Times New Roman', Times, serif; */
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    position: fixed;
}

.logo{
    margin-left: 30px;
}
.logo > a > img{
    width: 200px;
}


.navbar{
    display: flex;
    margin-right: 10px;
}

.navbar a{
    display: block;
    padding: 23px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.navbar a:hover{
    background-color: rebeccapurple;
    border-radius: 5px;
}


header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header{
    height: 10in;
    height: 100vh;
    width: 100%;
    background-color: black;
}

.content{
    /* margin-top: 65px; */
}

.title{
    margin-bottom: 100px;
    color: azure;
    /* background-color: red !important; */
}