
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center-height {
        display: flex;
        align-items: center;
    }

    .center-horizontal {
        justify-content: center;
    }

    .mainFormat {
        margin-top: 25px;
    }

    .border {
        border: 10px solid black;
    }

    .no-padding {
        padding: 0px;
        display: inline-flex;
        width: 100%;
    }

    .parallax-city {
        /* The image used */
        background-image: url("../images/architecture-buildings-city-442579.jpg");
    
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax-code {
        /* The image used */
        background-image: url("../images/navy.jpg");
    
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax-nature {
        /* The image used */
        background-image: url("../images/blue-network.png");
    
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .white {
        color: white;
    }

    .box {
        margin: 30px;
        border-radius: 15px;
    }

    .padding-1 {
        margin: 15px;
    }

    h2 {
        font-size: 25px;
        font-weight: bold;
    }

    h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .download-button {
        border: 0px solid white;
        color: black;
        justify-content: center;
        align-content: center;
        font-size: 18px;
        font-weight: bold;
        text-anchor: middle;
        text-align: center;
        padding: 10px;
    }

    .link {
        width: 15px;
        align-content: center;
    }

    .icon {
        width: 50px;
        height: 50px;
        justify-content: center;
    }

    .divider {
        border-radius: 40px;
    }

    .center-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

.pointer {
    cursor: pointer;
}