body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: rgb(12, 57, 78);
}

.pozadi{
    position: relative;
    width: 100%;
    height: 100vw;
    background-color: rgb(15, 15, 15);
    box-shadow: 0px 0px 25px 1px black;
    padding: 10px;
    padding-left: 45px;
}

.nadpisH1{
    color: white;
    text-shadow: 0px 0px 25px rgba(101, 255, 222, 0.555);
    width: 80%;
}

.paragraph{
    color: white;
    margin-top: 45px;
    margin-left: 30px;
    width: 50%;
    
}

.back{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 25px;
    font-family: "Big Shoulders", sans-serif;
    background-color: rgb(45, 155, 182);
    padding: 10px;
    text-shadow: 0.5px 0.5px 0px black;
    font-weight: bold;
    border: 2px solid rgb(20, 165, 175);
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.3s ease;
}

.back:hover{
    box-shadow: 0px 0px 15px rgb(8, 82, 100);
    background-color: rgb(15, 15, 15);
}

.back:hover a{
    background-color: rgb(15, 15, 15);
    color: rgb(31, 111, 165);
}

.back a{
    color: black;
    text-decoration: none;
    background-color: rgb(45, 155, 182);
    transition: 0.3s ease;
}

.icons{
    margin-top: 50px;
    margin-left: 5%;
    position: absolute;
    width: 80%;
    background-color: rgb(27, 27, 27);
    border-radius: 25px;
    overflow: hidden;
    display: inline;
    font-family: 'BIG SHOULDERs',sans-serif;
    letter-spacing: 0.2px;
    font-size: 32px;
    color: rgb(10, 165, 165);
    font-weight: 600;
    padding: 20px;
    transition: 0.1s ease;
    
    
}

.icons:hover{
    box-shadow: 0px 0px 0px 0.4px rgb(255, 255, 255);
}

.box{
    display: flex;
    margin-bottom: 10px;

}

.icon{
    width: 75px;
    height: 75px;
    margin: 10px;
}

.text{
    align-self: center;
}