*{
    padding: 0;
    margin: 0;

}
header p {
    color: rgb(255, 115, 0);
}
a {
    font-size: larger;
}
header{
    background-color: #231c1a;
    height: 600;
    width:100% ;
}
header ul{
    position: absolute;
    right:5vw;

}
header li {
    display:inline;
    margin-right: 15vw;
    line-height: 50px;
}
header a{
    color:rgb(255, 115, 0);
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}
main{
    background-color: antiquewhite;
    display:flex ;
    justify-content: space-between;
}
footer {
    background-color: black;
    color: #b7b7b7;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}