﻿body {
    margin: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

.validation-message {
    color: #e50000;
}

h1:focus {
    outline: none;
}
