@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(55deg, #0b1730 0%, #00383c 58%);
}

canvas{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100%
}

.banner .row{
    min-height: 500px;
}

#particles-js{
    position: relative;
    width: 100%;
    height: 100%;
}

.ml10 {
    position: relative;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}
