﻿body {
    font-family: 'Overpass', Roboto, sans-serif;
    background: rgb(7, 0, 138);
    background: linear-gradient(0deg, rgba(7, 0, 138, 1) 0%, rgba(88, 226, 255, 1) 100%);
    touch-action: manipulation;
}

.linkdivinfo:hover {
    color: dodgerblue;
    text-decoration: dashed;
    border-bottom: 0px;
}

.linkdivinfo {
    color: dodgerblue;
}

.nav-item {
    font-size: 20px
}

a {
    color: rgb(200, 200, 200);
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 2px dashed;
}

html {
    scroll-behavior: smooth;
}