body{
    padding: 0;
    margin: 0px;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: whitesmoke;
    height: 50px;
    margin: 0px;
}

#Home{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-image: url("../MyWebsite/Images/back.jpg");
    height: 400px;
}

#button{
    background-color: yellow;
    width: 150px;
    height: 40px;
}
#About{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 200px;
}

#text{
    column-count: 2;
    margin-left: 150px;
    margin-right: 150px;
}
#service{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-image: url("../MyWebsite/Images/back.jpg");
}
#service h3{
    padding: 30px;
}
.dev{
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px;
}
.dev img{
    width: 100%;
}
.dev div{
    background-color: white;
}
.dev div p{
    padding: 10px;
}
#contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#link{
    width: 40%;
    display: flex;
    justify-content: space-around;
}
