body{
    background-color: rgba(180, 175, 241, 0.174) ;
    text-align: center;
}
.rubrik{
    display: flex;
    background-color: rgb(198, 226, 250);
    margin: 20px;
    height: 70px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
img {
    width: 180px;
    border-radius: 15px;
}
.grid {
    display: grid;
    grid-template-areas: 
    'första andra tredje fjärde femte';
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
}
.första{
    grid-area: första;
    text-align: center;
}
.andra {
    grid-area: andra;
    text-align: center;

}
.tredje {
    grid-area: tredje;
    text-align: center;

}
.fjärde {
    grid-area: fjärde;
    text-align: center;

}
.femte {
    grid-area: femte;
    text-align: center;
}
a:link {
    color: black;
    text-decoration: none;
}
a:hover {
    color: rgb(47, 47, 141);
    text-decoration: underline;
}
span {
    font-size: 40px;
}
.a {
    font-size: 58px;
}
.nyheter{
    display: flex;
    align-items: center;
    margin: 20px auto;
    border: 5px dotted rgb(0, 0, 0);
    border-radius: 15px;
    padding: 10px;
     width: 500px;
}
.b{
    margin: 40px;
}
#a {
    width: 700px;
    height: 350px;
    box-shadow: 0 2px 10px rgba(17, 0, 255, 0.2);
}
#flow {
    font-size: 35px; 
    padding: 20px;
}