* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}


a {
    text-decoration: none;
    color: black;
}