.header-logo{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
header{
    display: flex;
    background-color: #191919;
}
body{
    background-color: #232323;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
.header-name{
    margin-top: 28px;
    color: #D3D3D3;
}
.info-logo{
    width: 200px;
    height: 200px;
}
.info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info-name{
    color: #ffffff;
}
.info-text{
    color:#ffffff;
    text-align: center;
    font-size: medium;

}
.info-button {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important;
    padding: 12px 23px;
    border-radius: 16px;
    border: 4px solid #3c3b36;
    background: #262626;
}
.info-button:hover {
    color: #cccccc !important;
    background: #1f1d1c;
} 
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: #D3D3D3;
    background-color: #191919;
}
.osnova {
    color: #d3d3d3;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.home-button {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.but-login {
    color: #ffffff;
    text-decoration: none;
}
