
body{
    margin: 0;
}
.content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 300px;
    background-color: rgb(230, 208, 208);
    margin: 0;
}
.logo {
    color: red;
    border-bottom: 2px red solid;
    width: min-content;
    border-bottom-left-radius: 50px;
    width: 50%;
    margin: auto;
    text-align: center;
    border-top: 2px solid red;
    border-top-right-radius: 50px;
}
.head{
    width: 100%;
    margin-top: 20px;
}
.pritisak{
    width: 300px;
    color: white;
    background-color: rgb(68, 2, 2);
    font-style: italic;
    margin: auto;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px -1px 23px 1px rgba(0,0,0,0.75);
}
h2{
    text-align: center;
}

.headerKom{
    width: 100%;
    height: 40px;
    background-color: rgb(48, 98, 238);
    box-sizing: border-box;
    padding: 0 20px;
    color: white;
    display: flex;
    align-items: center;
}
.komentar{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding:10px 20px;
    border-bottom: 1px solid rgb(48, 98, 238);
    align-items: center;
    justify-content: start;
}
.komentar img{
    border-radius: 50%;
    margin-right: 20px;
}
.ime{
    color: rgb(48, 98, 238);
}
.ostavi{
    padding: 20px;
}
.ostavi div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ostavi input{
    width: 250px;
    height: 30px;
    border: 1px solid gray;
}
.ostavi textarea{
    width: 250px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
    .content{
        padding: 20px;
    }
    .logo{
        width: 100%;
    }
    .background{
        flex-direction: column;
    }
    .form{
        flex-direction: column-reverse;
    }
    .form img{
        width: 80%;
    }
    
}
.slika{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
}
.slika img{
    max-width: 100%;
}
.hyper{
    width: 30%;
}
.header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    margin-top: 30px;
    border-bottom: 1px solid red;
}
.header p{
    cursor: pointer;
    font-weight: bold;
}
.header input{
    border: 1px solid red;
    padding: 5px 10px;
    border-radius: 10px;
}
.komentar img{
    max-width: 50px;
}