:root {
    --red: #f9032f;
    --black: #000;
    --white: #fff;

}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.navbar{
    background: var(--black);
    height: 60px;
    padding: 0.5rem calc((100vw - 1200px) / 2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.navbar__logo{
    color: var(--white);
    text-decoration: none;
    padding-left: 1rem;
    font-size: 2.5rem;
}

.navbar__link{
    color: var(--white);
    text-decoration: none;
    padding: 0rem 1rem;
    
}

.navbar__link:hover {
    color:var(--red);
}


    body.active{
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .navbar__link{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size:18px;
    }

    .navbar__menu{
        display: grid;
        color:white;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 100px);
        position: absolute;
        width: 100%;
        top: -1000px;
       
    }

    .navbar__menu.active{
        top: 100%;
        opacity: 1;
        z-index: 99;
        height: 100vh;
        font-size: 1.5rem;
        background: var(--black);
    }

    .navbar__toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background:var(--white);
        display: block;
        cursor: pointer;
        
    }
*

{
    margin:0;
 
   box-sizing: border-box;
    color:black;
}

.y1,.y2
{
   display: flex;
   align-content: space-between;
   justify-content: space-between;
   padding:45px;
}

.y2
{
   font-size: 1.5em;
  
}
.i1{
    border: 2px solid black;
    border-radius: 9px;
    width: 800px;
   
   
}
.i1:hover
{
    transform: scale(1.1);
   
}
.i8
{
    border: 2px solid black;
    border-radius: 9px;
    width:900px;
}
.i4{
    width: 2000px;
   }
   .i5
   {
     width: 700px;
   }
   .i6{
     width: 800px;
   }