* {
    font-family: sans-serif;
}

.body {
    background-color: #454545;
    
}

.h1 {
    text-align: center;
    color: #940fc0;
    font-size: 40px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    text-decoration: 5px underline;
    text-underline-offset: 10px;
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-style: solid;
    border-radius: 10px;
    border-color: #810CA8;
    box-shadow: rgba(0, 0, 0, 1) 0px 5px 20px;
}

.NesteBildetButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: auto;
    font-size: 20px;
    margin-top: 15px;
    background-color: #810CA8;
    border-color: #810CA8;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
    transition: 1s;
}

.NesteBildetButton:hover {
    border-color: whitesmoke;
}

.NesteBildetButtonLeft {
    height: 50px;
    width: auto;
    font-size: 20px;
    margin-top: 15px;
    background-color: #810CA8;
    border-color: #810CA8;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    transition: 1s;
}

.NesteBildetButtonLeft:hover {
    border-color: whitesmoke;
}

.NesteBildetButtonRight {
    float: right;
    height: 50px;
    width: auto;
    font-size: 20px;
    margin-top: 15px;
    background-color: #810CA8;
    border-color: #810CA8;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    transition: 1s;
}

.NesteBildetButtonRight:hover {
    border-color: whitesmoke;
}


.Section {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("Bilder/PurpleFlower.png");
    background-size: cover;
    background-position: 0%;
    border-radius: 15px;
    border-color: #810CA8;
    box-shadow: rgba(0, 0, 0, 1) 0px 5px 20px;
    border-style: solid;
    margin-top: 20px;
}

.Tilbake {
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 20px;
    background-color: #810CA8;
    border-color: #810CA8;
    border-radius: 10px;
    color:white;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    transition: 1s;
}

.Tilbake:hover {
    border-color: whitesmoke;
}

.Bilder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-style: solid;
    border-radius: 10px;
    border-color: #810CA8;
    box-shadow: rgba(0, 0, 0, 1) 0px 5px 20px;
}

.TextRolf {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
}

.TextKalle {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
}

.TextViseFisk {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
}

