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

* {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "Unlock", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 35pt;
  color: #a5a2a5;
}

h3 {
    font-family: "Unlock", serif;
    font-weight: 400;
    font-style: normal;
    color: #1020F5;  
}

p {
    font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.5rem;
}

header {
    background-color: #1020F5;
    color: #a5a2a5 ;
}

a {
    color: #a5a2a5;
}

img {
    height: 300px;
    width: 450px;
    float: right;
    padding-right: 10em;
    padding-top: 5em;
}

.tekst {
    float: left;
    width: 50%;
    padding-left: 15px;
  
}

footer {
    font-size: 14pt;
    text-align: center;
    background-color: #1020F5;
   margin-top: 47em;
   padding: 20px;
}

body {
    background-color: #a5a2a5;
}

/** responzivnost **/
@media  screen and (max-width: 768px){
  
h3 {
    text-align: center;
    font-family: "Unlock", serif;
    font-weight: 400;
    font-style: normal;
    color: #1020F5; 
   }

.tekst{
    width: 80%;
    margin-left: 27px
}
img {
    height: 300px;
    width: 450px;
   
    padding-right: 13px;
    padding-top: 10px;
}

footer {
    height: 11px;
    font-size: 14pt;
    text-align: center;
    background-color: #1020F5;
   margin-top: 125em;
   
};

};