h1{
	margin: 0;
}

#dato{
    font-size: 0.9em;
    color: crimson;
    font-weight: 700;
}


.text{
	text-align: center;
	font-size: 1.6em;
}

.short{
	width: 25em;
}

#plakat{
    width: 20vw;
}

#meny{
    width: 20vw;
}

#start{
    align-items: start;
}

#place{
    width: 30vw;
}

#space-around{
    justify-content: space-around;
}

.space-between{
    justify-content: space-between;
}

#little{
    display: none;
}

#twitch{
    background: purple;
    color: white;
    text-align: center;
    padding: 1px 0;
    font-weight: 800;
}

#twitchlink{
    color: white;
}