div{
    background-color: rgb(255, 0, 0);
    height: 100px;
    width: 100px;
}
.front_page{
    background-color: rgb(0, 0, 255);
    height: 230px;
    width: 400px;
    font-size: 30px;
}
.projects{
    background-color: rgb(0, 255, 0);
    height: 170px;
    width: 300px;
    text-align: center;
    font-family: Arial;
    font-size: 30px;
}
body{
    background-image: url("Images/Background.png")
}
.readable{
    color: white;
}