body {
    font-family: Arial, sans-serif;
    
   
    margin: 0;
    padding: 20px;
}

header {
    text-align: center;
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    color: #0019f8;
}

.content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.images {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.images div {
    text-align: center;
}

.images img {
    width: 265px;
    border: 2px solid #fff;
    border-radius: 8px;
}
.icon{  
    border-radius: 8px;
    width:50px ;
}
img{
    width: 300px;
    height: 250px;
    border-radius: 16px;
    margin: 30px;
}
a{
    text-decoration: none;
}