@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

body {
    background-image: url("./back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* .card {
    display: inline-block;
    margin: 0 auto 0 auto;
} */

.main-section {
    background-color: #e9ecef;
    border-radius: 6px;
}

.splash-icon {
    font-size: 36px;
    color: black;
}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}