body{
    background-color: rgb(252 229 239);
    font-family: Bernard MT Condensed;
}
.Bilde{
    margin: 20px;
    width: 40%;
    padding: 3px;
}
.svarAlternativ{
    background-color: rgb(255, 0, 123);
    color: rgb(255, 255, 255);
    padding: 3px;
    border-radius: 10px;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#svarAlternativJA{
    background-color: rgb(255, 0, 123);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
    width: 20%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bokBilde{
    padding: 10px;
    float: left;
    position: fixed;
    width: 800px;
}

.forsideKnapp{
    color: rgb(43 43 43);
    background-color: rgb(189 227 248);
    padding: 15px;
    border-radius: 10px;
}
.tilbakeKnapp{
    color: rgb(43 43 43);
    background-color: rgb(189 227 248);
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
}
.startKnapp{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 123);
    padding: 10px;
    border-radius: 10px;
    width: 20%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    float: left;
}
.tekst{
    float: left;
    width: 40%;
    margin: auto
}
.Replikker{
    margin: auto;
    padding: 3px;
    background-color: white;
    border-radius: 3px;
}