#servicesCollection {
    display: flex;
    justify-content: center;

    width: 80%;

    font-family: monospace;
}

.serviceBox {
    margin-left: auto;
    margin-right: auto;
}

#servicesRight {
    position: relative;

    top: 50px;
}