*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    min-height: 100vh;
    background-color:#252122;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
}

h3{
    margin-bottom: 1rem;
}

.container{
    margin-top: 4rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.images-area{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 2rem;
}

a{
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    position: absolute;
    top: 3%;
    left: 2%;
    text-decoration: none;
}