*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    width: 100%;
    height: 100%;
    background-color: antiquewhite;
}
.navbar{
    width: 100%;
    height: 10vh;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    background-color: antiquewhite;
}
.container{
    padding: 5px 5px;
    width: 90%;
    height: 80vh;
    display: flex;
    border: 1px solid black;
    overflow: hidden;
}
.lefts{
    width: 55%;
}
h1{
    font-size: 50px;
    font-weight: 800;
}
.top1{
    width: 100%;
    height: 70%;
    padding: 8vh 8vw;
}
.bottom2{
    width: 100%;
    height: 30%;
}
h6{
    margin-top: 10vh;
    text-align: start;
    margin-left: 8px;
}
.element{
    display: flex;
    width: 15%;
    align-items: center;
    margin-right: 83%;
    justify-content: space-between;
    margin-left: 8px;
}
.rights{
    width: 45%;
}
img{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    font-size: large;
    color: rgb(0, 0, 0);
    font-family: cursive;
}