html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    text-align: center;
    font-size: 19.2px;
}

a {
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
}

ul {
    display: inline-block;
    text-align: left;
}

li {
    margin: 5px;
}


/* Style for Mobile devices */
@media only screen and (max-width: 900px) {
    .title-card {
        height: 84.5vh;
        /* background: linear-gradient(to bottom, #4497d3, #367caf, #3372a0, #2a5b7e); */
    }

    .toTop {
        position: fixed !important;
        bottom: 3% !important;
    }

    .title-card__myname-in-big-screen {
        display: none;
    }

    .title-card__myname-in-small-screen {
        display: contents;
    }
}



.toTop {
    position: fixed;
    background-color: #00b1d5;
    bottom: 0.5%;
    right: 0.5%;
    padding: 6px 10px 6px 10px;
    margin: 0px 2px 2px 0px;
    border-radius: 50px;
    opacity: 0.7;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.toTop:hover {
    background-color: #00C2E8;
}