body{
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
    background:  linear-gradient(to top, rgba(0,0,0,0.2)50%,rgba(0,0,0,0.2)50%), url(256.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.navbar{
    width: 1400px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: cursive;
    padding-left: 0.1px;
    float: left;
    padding-top: 0;
}

.menu{
   width: 600px;
   float: left;
   height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 20px;
    font-size: 18px;
}

ul li a{
    text-decoration: none;
    color: #fff;
    font-family: serif;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
   color: #ff7200;
}

div{
    padding: 8px;
}

h1{
    padding-top: 150px;
    padding-right: 70px;
    font-size: 60px;
    color: #fff;
}

h1 span{
    color: #ff7200;
    font-size: 60px;
}

p {
    text-indent: 50px;
    text-align: justify;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
}

.container {
    position: relative;
    width: 100%;
    height: 10px;
}

.bottom-right-image {
    position: absolute;
    bottom: 1px;
    right: 50px;
}