*{
    box-sizing: border-box;

}
body{
    background-image: url(../img/pozadi.png) 

}
.svet{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left:0% ;
    right: 0%;
}
header, footer{
    text-align: center;
    margin-bottom: 50px;
    color: hsl(212, 100%, 73%);
    background-image: linear-gradient(to right, #131212 0%, black 100%);
    height: 10%;
    width: 100%;
    font-size: 40px;
    position: absolute;

}
header{
        top: 0%;
        left: 0%;
}
footer{
    bottom: -7.5%;
    left: 0%;
}
p, h2{
    padding: 4px;
    margin-left: 10px;
}
h2{
    margin-top: 75px;
}
.f1 {
    width: 50px;
    height: 50px;
    background-color: lightblue;

}
.f2{
    width: 50px;
    height: 50px;
    background-color: lightgreen;
}
.f3{
    width: 50px;
    height: 50px;
    background-color: lightseagreen;
}
.boxik{
    width: 250px;
    height: 100px;
    background-color: rgb(228, 239, 253);
    border: solid rgba(0, 0, 0, 0.452);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    float: left;
    margin: 50px;
    position: absolute;
    right: 50%;
}
#a{
    width: 250px;
    height: 100px;
    background-color: rgb(228, 239, 253);
    border: solid rgba(0, 0, 0, 0.452);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    float: left;
    margin: 50px;
    position: absolute;
    right: 50%;
    top: 50%;
}
.boxik2{
    
    width: 100px;
    height: 300px;
    background-color: rgb(228, 239, 253);
    border: solid rgba(0, 0, 0, 0.452);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    float: left;
    margin: 50px;
    position: absolute;
    left: 50%;

}
#b{
    width: 100px;
    height: 300px;
    background-color: rgb(228, 239, 253);
    border: solid rgba(0, 0, 0, 0.452);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    float: left;
    position: absolute;
    left: 64%;

}
.zpet{
    width: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    position: absolute;
    top: 2%;
    left: 2%;
}
a{
    color: azure;
    text-decoration: none;
}