﻿@media (min-width: 1000px) {
    body {
        margin: 0;
        padding: 0;
        background-color: rgba(0, 191, 214, 0.9);
        height: 100vh;
        background-image: url(../../Images/background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        background-position: 0 0;
    }
}
@media (min-width: 0px) {
    body {
        margin: 0;
        padding: 0;
        background-color: rgba(0, 191, 214, 0.9);
        height: 100vh;
    }
}

.text-shadow {
    color: white;
    text-shadow: 1px 3px 2px rgba(206,206,206,0.99), 0 0 25px blue, 0 0 5px darkblue;
    font-size: 40px;
}

.min-width-70{
    min-width:70%!important;
}

.gradient {
    background: linear-gradient(to bottom, rgba(0,191,214,.8), rgba(0,103,133,1) 100%);
}