body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #020072e0;
}




nav{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    background-color: #010f4b;
    color: white;
    padding: 25px;


}
ul{
    display: flex;
    list-style: none;
}

img{
    width: 50px;
    height: 50px;
    margin: 10px;
}

.Wena1{
    width: 100%;
    height: 20%;
    margin: 0;
    padding: 0;

}

hr{
    margin: 0;
}
.alnd11{
    text-align: center;
    font-size: auto;
    margin: 20px;
    line-height: 1.5;
    border: 2px solid rgba(245, 29, 0, 0.438);
    padding: 20px;
    border-radius: 10px;
    color: aliceblue;

}
.wena2{
    display: flex;
    justify-self: flex-start;
    width: 250px;
    height: 200px;
    border: 3px double black;
    border-radius: 5px 50px 50px 50px;
    border-width: 5px;



}
.wena3{
  display: flex;
  justify-self: flex-end;
  width: 250px;
  height: 200px;
  border: 3px double black ;
  border-radius: 50px 5px 50px 50px;
  border-width: 5px;
  
}
.wt1{
    display: flex;

}
.p2{
    margin-top: 150px;
    background-color: #010f4b;
    color: azure;
    padding: 10px;
    height: 30px;
    border-radius: 5px 20px 20px 20px;
    border: 3px solid rgba(245, 29, 0, 0.438);
    margin-right: 2px;
    margin-left: 1px;


}
.a1{
    color: white;
    background-color: #373b4d;
    padding: 1px ;
    text-decoration: none;
}
.a1:hover{
    background-color: red;
}
.a1:active{
    background-color: blue;
}

.wt2{
    display: flex;
    justify-self: end;
}
.p3{
    margin-top: 150px;
    background-color: #010f4b;
    color: azure;
    padding: 10px;
    height: 30px;
    border-radius: 20px 5px 20px 20px;
    border: 3px solid rgba(245, 29, 0, 0.438);
    margin-right: 2px;
    margin-left: 1px;


}
.wena4{
    display: flex;
    justify-self: flex-start;
    width: 250px;
    height: 200px;
    border: 3px double black;
    border-radius: 5px 50px 50px 50px;
    border-width: 5px;
    border-top-right-radius: 50px;

}
.wt3{
    display: flex;
}
.p4{
    margin-top: 150px;
    background-color: #010f4b;
    color: azure;
    padding: 10px;
    height: 30px;
    border-radius: 5px 20px 20px 20px;
    border: 3px solid rgba(245, 29, 0, 0.438);
    margin-right: 2px;
    margin-left: 1px;


}
.container{
    display: flex;
    height: 15rem;
    gap: 1rem;
}
.container > div{
    flex: 1;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .8s cubic-bezier(.25, .4, .45, 1.4);

}
.container > div:hover{
    flex: 5;
}
.alnd{
    color: white;
    text-align: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0.685);
    background-size: auto;
    justify-self: center;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    font-size: small;

}
.hr2{
    margin-top: 5%;
}
