*{
padding:0px;
margin:0px;
box-sizing: border-box;

}


body {

    background-color: rgba(0, 255, 255, 0.308);
}

header > h1 {
    color:rgb(244, 81, 12);
    background-color:rgb(51, 173, 255);
    text-align: center;
    font-size: 70px;
    text-shadow: 10px;
    border-radius: 70px;
    border-color: black;
    font-family: "Audiowide", sans-serif;
    padding: 10px 10px;

}
h2{
text-align: center;
}
main{

background-color: rgb(7, 114, 255);



}
p{
    color:rgb(252, 145, 30);
    text-align: center;

}
main > p#stycke1{
    background-color: rgb(145, 17, 204);


}

p#stycke2{
    background-color: rgb(155, 68, 255);


}
main > p{
    background-color: #e7066f;


}





img {
    text-align:center;
    border-radius: 90px;
    border-color: rgb(233, 18, 18);
    display: block;
    margin: auto;
    box-sizing: border-box;
}

link{

    text-align: center;
}

/* https://www.w3schools.com/Css/tryit.asp?filename=trycss_link_advanced2 */
a:link, a:visited {
    background-color: white;
    color: black;
    border:white 2px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-align: center;
  }
  
  a:hover, a:active {
    background-color: rgb(32, 84, 84);
    color: white;
  }

a{

    text-align: center;
}



