#container{
    colour:red;
}

ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: 100px;
    width: 100%;
}
ul li {
    color: black;
}
ul li:hover{
    color:red;
}

.navbar{
    display: flex;
    
}
.homeimage{
    background-image: url(homepage.jpg);
    height: 80vh;
    width: 100%;
    background-position: center;
}

.contactinfo{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
}
.info{
    background-image: url(a1.png);
    height: 80vh;
    width: 100%;
    background-position: center;
}