@charset "UTF-8";

{
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
img {
width: 100vh;
}
a {
    display:block;
    background-color: brown;
    color: azure;
    padding: 20px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
}
a:hover {
background-color: red;
}