img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 4px;
    background: #e6e6e6
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-thumb {
    background: #4d4d4d
}

body {
    font-family: 'Roboto', sans-serif;
}