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

a:hover {
    font-weight:900;
}

body {
    background-color: lightskyblue;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 100px;
    height: 100%;
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 150px 20px 150px;
}

section {
    display: block;
}

.project {
    padding: 2px 20px;
    margin: 10px 0;
    border-radius: 20px;
    background-color:white;
    color: black;
    width: 550px;
}

h1 {
    font-size:70px;
}

h3 {
    text-align: left;
    font-size: 30px;

}

.header {
    font-size: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: orangered;
    color: white;
    text-align: center;
}

p{
    font-size: 20px;
    text-align: left;
}
