﻿body {

}

#Port {
  fill: inherit
}

#Kuul { 
  fill:#000000;
  stroke: #ff6a00;
}

#sinine {
  fill: blue
}

#kahur {


}

#plats {
    fill: #b1ade5;
    stroke: #984307;
    opacity: 0.2;
}

.koll {
    fill: darkgray;
    stroke: red;   
    stroke-width: 3;
}

#Info {
    font-size: 29px;
    font-family: 'Times New Roman';
    font-weight:bold;
    stroke: brown;
    fill:yellow;
}

#svg {
    background: url(/Images/forest.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#end {
    font-size: 60px;
    font-family: 'Times New Roman';
    font-weight:bold;
    stroke: brown;
    fill:yellow;
    text-anchor:middle;

}