body{
    background-color:#F5F0ED;
    margin: 0;
    padding: 0;
}

a,a:visited {
    color: rgb(29,109,207);
    text-decoration: none;
}

a:hover {
    color: rgb(29,109,207);
    text-decoration: underline;
}

a:active {
    color: rgb(102,171, 255);
    text-decoration: underline;
}

div#ram{
    margin-left: 3%;
    margin-right: 3%;
}

div#tillbaka{
    background-color: rgb(93,178,255);
    color: white;
    cursor: pointer;
    padding: 8px;
    margin-top: 1%;
    margin-bottom: 2%;
    width: max-content;
}
  
div#tillbaka:hover{
    background-color: rgb(38, 129, 214);
}

div#epost{
    background:#C9CBBE;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

h1{
    color:black;
}

hr{
    color:#C9CBBE;
    width: 100%;
    margin-top: 2%;
}

div#karta{
    margin-top: 2%;
    margin-bottom: 3%;
    height: 400px;
    width: 400px;
}


iframe{
    height: 100%;
    width: 100%;
    border: 0;
}

