body{
    margin: 0px;
    padding: 0px;
    background-color:#00747C;
}

h1, h2, h3, p {
    color:white;
}

.otsikko{
    font-size: 128px;
    margin-top:0px;
}
#tausta{
    text-align: center;
    margin: 0% 10% 0% 10%;
}

.vasen{
    float:left;
    width: 60%;
}

.oikea{
    float:right;
    width:40%;
}

.profiilikuva{
    height:50vh;
}

.kontaineri{
    background-color: black;
    height: 50vh;
}

.projekti{
    background-color: #00BBC9; 
}

footer{
    text-align: center;
    position: fixed;
    left:0;
    bottom: 0;
    background-color: black;
    width: 100%;
    height: 100px;

}

a{
    color: white;
    text-decoration: none;
}