body{
    background-color: #353839;
}


#introduce_title{
    color: #45b1e8;
    text-align: center;
    position: relative;
    font-size: 40px;
    top: 50px;
    left: 200px;
}


#foto1{
    top: 3px;
    left: -255px;
    position: relative;
    text-align: center;
}

#foto2{
    top: -479px;
    left: -474px;
    position: relative;
    text-align: center;
}

#foto3{
    left: -474px;
    top: -485px;
    position: relative;
    text-align: center;
}





#tekst_me{
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
    width: 800px;
    top: -950px;
    left: 670px;
}






.button1 {
    background-color:#45b1e8;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: -1260px;
    left: 150px;
}
.button:hover {
    background-color:#45b1e8;
}




.button2 {
    background-color:#45b1e8;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: -1260px;
    left: 170px;
}
.button:hover {
    background-color:#45b1e8;
}


.button3 {
    background-color:#45b1e8;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: -1190px;
    left: -175px;
}
.button:hover {
    background-color:#45b1e8;
}






