

#icon {
    background-image: url("../img/icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: inline-block;
    border-radius: 1000px;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 200px;
    height: 200px;
}

.outlined-text {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
