@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

img,
legend {
    border: 0;
}
* {
    box-sizing: border-box;
}
body,
div,
html,
section {
    height: 100%;
    padding: 0;
    margin: 0;
}
section {
    width: 100%;
}
article {
    position: relative;
}

body {
    background-color: #343132;
}

:root {
    --content-width: 1120px;
    --top-header-margin: 29px;
    --section-padding-desktop: 29px;
}

.container {
    width: 100%;
    height: 100%;
}


.content {
    margin: auto;
    padding: var(--top-header-margin) var(--section-padding-desktop);
}

.info {
    position: relative;
    top: 10px;
    left: 2;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.2);
}