html {
    height: 100%;
}

body {
    background-color: #383838;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;
}

a, button {
    text-decoration: none !important;
}
