body {
/* Background */
background-image:url(../img/starbackground.gif);
background-repeat: repeat;
     
 /* Main font */
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
}
/* unvisited link */
a:link {
    color: rgb(137, 184, 254);
}
    
/* visited link */
a:visited {
    color: rgb(222, 162, 250);
}
    
/* mouse over link */
a:hover {
    color: rgb(105, 255, 208);
}

.startsiden {
    position: relative;
    left: 150px;
    top: 0px;
    
}

.startsiden { 
    display: flex; 
}

.imagetext { 
    margin-left: 60px; 
    margin-top: 0; 
    width: 400px;
    padding: 20;
  
}
.flash {
position: relative;
left: 500px;
top: 0px;
}

.archive {
    display: flex;
    align-items: center;
    justify-content: center;
}