@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: inter ;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
  }

svg{
    width: 40%;
    height: 40%;
    margin: 75px 0px;
}
  
.container {
    text-align: center;
    width: 90%;
    max-width: 400px;
  }

.image-section {
    position: relative;
  }
  
.main-image {
    width: 100%;
    border-radius: 8px;
  }
  
.text_cez {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  
.text_cez {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  
.spodi {
    margin: 75px 0;
    font-size: 18px;
  }
  