@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiko&family=Archivo+Black&display=swap');
*{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
body{
    text-align: center;
    background-image: url(obrazky/photo-1561211950-8b1eb6114d6a.jpg);
}

h1{
    color: #FFF;
    font-family: Lalezar;
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p{
    font-size: 25px;
}


a:hover{
    transform: scale(1.5)
}

.text{
    position: relative; top:50px;
    color: whitesmoke;
    display: table;
    margin: 0px auto 0px auto; 
    border-radius: 5px;
    line-height: 50px;
    margin-top: 1%;    
}

.autor{
    margin-top: 5%;
    color: #FFF;
    font-family: Amiko;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.odkazy{
    margin-top: 1%;
    
}

.odz{
    text-decoration: none;
    color: black;
    background-color:whitesmoke; 
    border: none;
    padding: 15px 32px;
    font-family: Archivo Black;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 20px;
    opacity: 0.9;
    transition: 0.3s;
    display: inline-block;
    margin: 20px;
    position:relative; top:50px;
}

.odkaz_soc{
    margin: 1%;
}

.dz{
    margin: 2%;
}

@media only screen and (max-width: 950px){
    .autor{
        margin-top: 10%;
        color: #FFF;
        font-family: Amiko;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }
}