#dd {
    background-color: rgb(14, 3, 25);

}





h1 {
    display: inline-block;
    background-color: brown;
    color: aquamarine;
    border: 3px solid royalblue;
    padding: 10px 20px;
    text-align: right;
    border-radius: 5px;
    float: right;
}

body {
    text-align: center;
}

img {
    width: 50%;
    height: auto;
    float: left;
}

#ss {
    color: rgb(241, 241, 241);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    float: right;
    border: 1px solid red;
    font: size 100px;
}

#adres {
    text-decoration: none;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: large;
    background-color: aliceblue;
    margin: 10px;
    padding: 20px;
}


#vv {
    height: 50px;
    width: 50px;
    border: solid 2px rgb(249, 244, 244);
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    margin: 20px;
}

.pp {
    position: absolute;
    top: 10px;
    left: 0;
    margin-bottom: 50px;
    display: inline-block;
    padding: 20px;

}

#ff {
    background-color: aliceblue;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
    margin: 10px;
    padding: 20px;

}

#gg {
    background-color: aliceblue;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
    margin: 10px;
    padding: 20px;
}
#tt{
       color: rgb(241, 241, 241);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    float: right;
    border: 1px solid red;
    font: size 100px;
  
}