html, body {
    height: 100%;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    display: flex;
    flex-direction: column;
}
body {
    min-height: 100vh;
}
section {
    flex: 1;
}
footer {
    padding: 1rem 0;
}
.icon {
    height: 25px;
    width: 25px;
}

.change-color:hover {
    color:rgb(34, 147, 200)
}
.display{
    text-decoration: none;
    color: black;
}
.image-project {
    width: 450px;
    height: auto;
}
@media screen and (min-width: 767px){
    .enlarge:hover {
        font-size: large;
    }
}
@media screen and (max-width: 767px){
    .image-project {
        width: 250px; 
        height:auto;
    }
    .change-color {
        color: rgb(34, 147, 200);
    }
}

