﻿.MainImage {
    width: 100%;
    height: 100%;
}

.vertical-center {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.title {
    font-family: "UniversLTStd-UltraCn";
    color: white;
    text-align: center;
    font-weight: bold;
}

.title:hover {
    text-shadow: 2px 2px black;
}
a{
    color:white;
}

a:active{
    text-decoration:none;
}

a:hover{
    color: white !important;
    text-decoration: none;
}