/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Styling */
html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7em;
}

body {
    display: grid;
    background-image: url("../img/Volodymyr.jpg");
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

h1, h2, h3 {
    padding-bottom: 20px;
}

p {
    margin: 10px 0;
}

/* Utility Classes */

.flag-top {
    color:#005bbb
}

.flag-bottom {
    color: #ffd500;
}

/* Banner */
.banner {
    display: block;
    align-self: center;
    text-align: center;
}

.banner h1 {
    font-size: 60px;
    line-height: 1.2em;
}

.banner p {
    padding-bottom: 20px;
    line-height: 1.7em;
}

#flag {
    display: inline-block;
    align-content: center;
    background-color: #fff;
    width: 260px;
    height: auto;
    padding: 20px;
}