.flex-containter {
    display: flex;
    justify-content: space-around;
}

.no-dot {
    list-style-type: none;
}

.box {
    text-align: center;
    width: 13.2%;
    background-color:dimgrey;
    padding: 1%;
    color: white;
    border-radius: 5px;
}

a:link {
    color: lightsalmon;
}

a:visited {
    color: orange;
}

a:hover {
    color: orangered;
}

a:active {
    color: orange;
}