    h1{
        text-align: center;
        border-radius: 25px;
        background-color: lightblue;
        padding: 20px;
    }
    
    .description-box{
		background-color: lightblue;
		text-align: center;
		border-radius: 8px;
        color: darkblue;
        padding-bottom : 20px;
    }
    
    nav {
        text-align: center;
        background-color: lightblue;
        padding: 10px;
        color: darkblue
    }

    body {
        background-color: darkblue;
        color: white;
    }
            
    h1 {
        color: darkblue;
    }

    img {
        width: 300px;
    }
    
    h2 {
        color: darkblue;
    }

    .about-box {
        background-color: lightblue;
        text-align: center;
        border-radius: 8px;
        color: darkblue;
        margin-bottom: 200px;
    }

    ol{
        text-align: left;
        margin-left: 30%;
    }