* {
    padding: 0;
    margin: 0;
}


body {
    background-color: #721B1B;
    color: white;
    width: 100%;
    font-family: Tahoma, sans-serif;
    font-size: 20px;

}

/* zaglavlje */
header {
    background-color: #591515;
    width: 100%;
    height: 120px;
    text-align: center;
}

header h1 {
    font-size: 90px;
    padding-top: 5px;
    padding-right: 120px;
}

.blic {
    float: left;

    border-radius: 40%;
}

/* navigacija */
nav {
    background-color: #8F4040;
    border-radius: 40px;
    width: 35%;
    margin-inline: 35%;
    text-align: center;
    font-size: 30px;
    height: 60px;


}

nav a {
    color: white;
    padding-right: 10%;
    text-decoration: none;
}

/* sadržaj */

section {
    min-height: 49vh;
    padding-top: 140px;
    width: 85%;
    margin: 0 auto;

}

.gumb {
    background-color: #8F4040;
    border-radius: 70px;
    width: 400px;
    margin-inline: 42%;
    text-align: center;
    height: 50px;
    font-size: 23px;
   


}

.studio {
    border-radius: 100px;
    /*    padding-top: 50px; */
}

p {
    float: right;


    font-size: 18pt;
    width: 60%;
}

/*footer*/
footer {
    background-color: #591515;
    text-align: center;
    width: 100%;
    height: 120px;
    font-size: 30px;

}