#nav{
    text-align: center;
    width: 100%;
    height: 60px;
}
#nav>h1{
    font-size: 40px;
    color: cornflowerblue;
}
#home{
    margin-left: 150px;
    height: 10px;
}
#home>h3>a{
    font-style: bold;
    text-decoration: none;
    font-size: 20px;
    color: teal;
}
#nav2{
    background-color: rgb(153, 63, 237);
    height: 60px;
    align-items: center;
    margin: auto;
    text-align: center;
    padding: 1px 0;
}
#nav2>h4{
    color: white;
    
}
#nav3{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRAf-HtWxQ2ML5_oAF-NW1fFpCeU5Vq_pKwk71HsmFE-85E-Y_Ly9E2UgHubHiNeCjFU3s&usqp=CAU");
    background-size: cover;
}
#nav3>h1{
    font-size: 50px;
    color: aqua;
}
#nav3>p{
    font-size: 20px;
    color: thistle;
}
#nav3>input{
    width: 250px;
    height: 40px;
    border: 2px solid blue;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 20px;
}
#nav3>button{
    width: 250px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: rgb(85, 85, 231);
    color: white;
    margin-left: 5px;
}
#nav3>button:hover{
    background-color: teal;
}
#hr{
    display: flex;
}
#block1{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin: auto;
}
#block1>div>img{
    width: 100%;
    
}
#tr{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
#tr>h3{
    color: teal;
}
#lr{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
#lr>h3{
    color: teal;
}
#block2{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: 80%;
    margin: auto;
}
#block2>div>img{
    width: 100%;
    height: 300px;
}
.date{
    color: teal;
}
#last-child{
    
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin: auto;

}
#last-child>div>img{
    width: 100%;
    
}
#Last{
    background-color: rgb(245, 230, 230);
    padding-top: 10px;
    margin-top: 20px;
}
#lar{
    text-align: center;
    
}
#lar>h3{
    color: teal;
}
.info{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 40px;
}
.info>h1{
    font-size: 50px;
    color: rgb(101, 101, 212);
    
}
.info>p{
    color: teal;
}
.info>h2{
    color: rgb(101, 101, 212);
    margin-top: 30px;
}
.info>p{
    text-align: center;
    color: teal;
}