* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.container {
        width: 100%;
        height: 100vh;
        background-image: url(images/unvbg1.jpg);
        background-position: center;
        background-size: cover;
        padding-left: 8%;
        padding-right: 8%;
        box-sizing: border-box;
}
.header {
    color: white;
    font-size: 30px;
    padding-top: 4%;
    text-align: left;
}
.text1{
    padding-top: 2%;
}
.pic1{
    max-width: 10%;
    max-height: 10%;
    float: right;
}
.card{
        position: relative;
        width: 2px;
        height: 2px;
        display: inline-block;
        border-radius: 10px;
        box-sizing: border-box;
        cursor: pointer;
        margin: 10px 15px 20px; 
        background-position: center;
        background-size: cover;
        transition: 0.5s;
}
.card .pic1{
    width: 100px; /* Set the width to desired size */
    height: 100px; /* Set the height to desired size */
    float: right;
}
.col{
    flex-basis: 50%;
}