*{
    box-sizing:border-box;
    margin: 0;
    padding :0;
}
body{
    background-size: cover;
    display: flexbox;
    row-gap: 1px;
    column-gap: 1px;
}
header{
    font-family: 'Lato', serif;
    background-color: rgb(189, 190, 77);
    height: 120px; 
    width: 100%; 
    box-sizing: border-box; 
    padding: 20px; 
    margin-bottom: 20px; 
}
nav{
    width:100%;
    height:50px;
    color:black;
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
    font-family:'monoscope','serif';
}
.home{
    display:inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.home a {
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    font-size: 18px;
    margin-left: 25px;
    transition: color 0.3s;
}

.home a:active{

    background-color: #222;
    color: #fff;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;

}
.home a:hover{
    width:50%;
	background-color:rgba(0, 0, 0, 0.205);
}
.home i{
     font-size: 25px;
    vertical-align:middle;
}
.x{
    margin-top: 50px;
    margin-left: 50px;
    font: 'arial',serif;
    font-size: 40px;
}
.logo{
    font-size:3em;
    font-family:'Lato',serif;
    padding-top:30px;
}

.box1
  {
    margin-top: 50px;
    border: 3px solid rgba(107, 102, 102, 0.685);
    height: 200px;
    width: 180px;
    text-align: center;
    font-size: 15px;

  }
.container1
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}
.container2
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}
.container3
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}