*, * ::before, * ::after {
    box-sizing: border-box;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: normal;
    font-kerning: auto;
    text-rendering:optimizeLegibility
}

html, body, div, main, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
    display:block
}

*, * ::before, * ::after {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

a {
    text-decoration:none
}

body {
    line-height:1
}

ol, ul {
    list-style-type:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

caption, th, td {
    text-align: left;
    font-weight:normal
}

input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

button, input[type="button"] {
    background:0
}

:required {
    box-shadow:none
}

em, i {
    font-style:italic
}

strong, b {
    font-weight:bold
}

u {
    text-decoration:underline
}

pre, code {
    font-family:Monaco, Courier, monospace
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap:break-word
}

blockquote, q {
    quotes: "" ""
}

blockquote:before, blockquote:after {
    content: ""
}

q:before, q:after {
    content: ""
}

a {
    cursor: pointer
}

input[type="submit"], input[type="button"] {
    cursor:pointer
}

button, label[for] {
    cursor:pointer
}

img {
    -ms-interpolation-mode:bicubic
}

a {
    transition:color 300ms
}

a:hover {
    color:dimgray
}

html {
    font-size: 62.5%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons
}

body {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/paris.webp");
    min-height: 100vh;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: white;
    position: relative;
    padding:2.5rem
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

a {
    display: block;
    color:currentColor
}

main {
    display: flex;
    justify-content:flex-start
}

@media (max-width: 650px) {
    main {
        flex-direction:column
    }
}

.column {
    position: relative;
    padding: 5rem 2.5rem;
    z-index: 100;
    flex:0 1 auto
}

@media (max-width: 650px) {
    .column {
        padding: 2.5rem 2.5rem 0
    }
}


