﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    height: 100%;
}

body {
    color: #FFFFFF;
    width: 100%;
    background: linear-gradient(to left top, #344359, #485972);
}

.img-responsive
 {
    display: block;
    max-width: 100%;
    height: auto;
}
