@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

img {
    width: 100vw;
}

a {
    display: block;
    background-color: rgb(0, 168, 173);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.384);
    color: rgba(255, 255, 255, 0.966);
    padding: 10px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    transition-duration: .2s;
    font-size: 25px;
    font-family: 'Agency FB';
}

a:hover {
    transform: translate(-3px, -3px);
    background-color: rgb(0, 179, 185);
    transition: transform 0.2s, border 0.2s, border-radius 0.4s;
}