/*****************
    General
*****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    /* color: rgb(0, 42, 91); */
}

/*************
    main 
**************/
main {
    height: 100vh;

    background-position: 0px 105px;
    background-image: url("../img/side_strip.png") !important;
    background-size: 15px calc(100% - 145px);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main-heading {
    text-align: center;
}

.main-heading h1 {
    /* color: var(--text-color-default); */
    font-size: 50px;
    letter-spacing: 2px;
    animation: reveal 2s linear;
    padding-top: 100px;
}

.btn-icon {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    display: flex;
}

.btn:hover {
    color:#179fdb;
}

/* .container {
    max-width: 95%;
} */