body {
    font-family: Arial, Helvetica, sans-serif;
     background-color: #84928C;
}
 .container {
     border: 5px solid #B0D8C6;
     width: 350px;
     margin: auto;
     height: auto;
     text-align: center;
     padding: 15px;
     background-color: white;
     display: flex;
     flex-direction: column;
}
 button:hover {
     opacity: 0.8;
}
 * {
     box-sizing: border-box;
}
 .button {
     border: none;
     background-color: #009879;
     padding: 16px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
     margin: 4px 2px;
     transition-duration: 0.4s;
     cursor: pointer;
}
 .button2 {
     background-color: #009879;
     color: white;
}
 .button2:hover {
     background-color: #008CBA;
     color: white;
}
 a {
     text-decoration: none;
     color: white;
}
 a:hover {
     text-decoration: none;
     color: white;
}
 .wrapper {
     text-align: center;
}
 .naslov {
     font-size: 25px;
}
 .osvezeno {
     font-size: 11px;
}
 .osvcas {
     font-size: 11px;
     text-decoration: underline;
}
 .container2 {
     border: 3px solid #B0D8C6;
     background-color: white;
     padding: 10px;
     text-align: left;
     flex-grow: 1;
}
