/*Phone Configuations*/
@media screen and (max-width: 600px){
    body{
        color: #EAE6E5;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    h1{
        font-size: 400%;
        margin: 0;
    }
    h2{
        font-size: 340%;
    }
    h3{
        font-size: 250%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
    h4{
        font-size: 200%;
        margin: 0;
    }
    a{
        color: #EAE6E5;
    }
    .block{
        height: 900px;
    }
    .dark{
        background-color: #5B9279;
    }
    .light{
        background-color: #8FCB9B;
    }
    .kontakt{
        height: 400px;
    }  
    .uppgifter{
        text-align: left;
        margin-left: 10%;
        font-size: 60%;
    } 
}
/*PC Configuations*/
@media screen and (min-width: 600px){

    body{
        color: #EAE6E5;
        text-align: center;
        margin: 0;
    }
    h1{
        font-size: 2000%;
        margin: 0;
    }
    h2{
        font-size: 1000%;
        margin: 0;
    }
    h3{
        font-size: 900%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }
    h4{
        font-size: 600%;
    }
    a{
        color: #EAE6E5;
        text-decoration: none;
    }
    .Intro{
        font-size: 200%;
    }
    .block{
        height: 1500px;
        width: 100%;
    }
    .dark{
        background-color: #5B9279;
      }
    .light{
        background-color: #8FCB9B;
    }
    .Content{
        font-size: 800%;
    }
    .kontakt{
        height: 1300px;
    }
    .uppgifter{
        text-align: left;
        margin-left: 10%;
        font-size: 60%;
    } 
}