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

body {
    background-color: ghostwhite;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

h1 {
    border-bottom: 10px solid;
    margin-bottom: 70px;
}

.container {
    margin: 20px;
}

#faang img {
    width: 300px;
    height: 160px;
    margin-right: 22px;
}

#ruby img{
    width: 300px;
    height: 160px;
    margin-right: 22px;
}

#emerald img{
    width: 300px;
    height: 160px;
    margin-right: 22px;
}

#python img{
    width: 300px;
    height: 160px;
}


