:root {
    --black: rgb(51, 51, 51);
}



nav, div {
    display: inline-block;
}

body {
    margin: 0;
    font-family: 'Cairo', sans-serif;
}

header {
    height: 80px;
    width: 100%;
    position: relative;
    background-color: rgb(51, 51, 51);
    border-bottom: 2px solid black;
}

header img {
    height: 70px;
    margin-top: 5px;
    margin-left: 10px;
}

header h1, header h2 {
    display: inline-block;
    margin: 0;
    color: white;
}

header h1 {
    position: absolute;
    left: 110px;
    top: 00px;
}

header h2 {
    position: absolute;
    left: 110px;
    top: 38px;
}

header nav {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: white;
    font-size: 20px;
    height: 100%;
}

header nav .point {
    margin-top: 55px;
    margin-right: 35px;
}
header nav .point:hover {
    cursor: pointer;
}

main {
    padding: 40px 10%;
}

footer {
    height: 50px;
    background-color: rgb(51, 51, 51);
    padding-left: 40px!important;
    margin: 0;
    padding: 0;
}
footer p, footer a {
    color: white!important;
    line-height: 49px;
    vertical-align: top;
}