.sadrzaj{
    width: 100%;
    height: 100vh;
}

.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 100%;
    height: 50%;
    background-image: url("/slike/zvoncek-logo.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tekst{
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #00a4d1;
}