html, body, div, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body{
    font-size: 100%;
    font-family: 'Lato', sans-serif;
}

.main-container{
    width: 100vw;
    height: 100vh;
    background-color: teal;
    background-image: url("skoki-narciarskie-gry-pilka-nozna.jpg");
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.upper-container{
    top: 0px;
    position: absolute;
    padding: 25px;
     margin-left: 5%;
    margin-top: 3%;
    border-radius: 10px;
}

.bottom-container{
  bottom: 0px;
    width: 100vw;
    position: absolute;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.text-area{
    margin: auto;
    margin-bottom: 15px;
    width: 90%;
    background-color: rgb(19, 19, 122);
    opacity: 0.7;
    margin-left: 5%;
    padding: 15px 15px;
    justify-content: center;
    align-content: center;
    text-align: justify;
    border-radius: 10px;
    color: whitesmoke;
    font-size: 0.87em;
}
.links-area{
    background-color: rgb(3, 75, 75);
    opacity: 0.7;
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 20px;
   
}

ul{
    display: flex; 
    flex-direction: row;
    list-style-type: none;
}
.links-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.2em important;
   
}
.links-title{
    padding-right: 3px;
    color: rgb(18, 136, 214);
    font-weight: 700;
    
}

.mutli-link {
    margin-right: 12px;
}
.mutli-link-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 70vw;
}

a{
    text-decoration: none;
    color: white;
}
a:hover{
    color: goldenrod;
}

.logo{
    max-width: 200px;
}

