body{
    background-color: aliceblue;
}

nav{
    display: flex;
        justify-content: space-around;
        align-items: center;
        font-family: 'Mali' ;
        height: 10vh;
        background-color: cornsilk;
        font-size: 20px;
    }
    .thisItem a {
        font-weight: bold;
        font-size: 24px;
        color: rgb(0, 0, 0);
        padding: 2vw;
        text-decoration: none;
    }

    main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
a:hover{
    font-size: 40px;
}
p{
    padding: 20px;
    font-size: 20px;
}
img{
    width: 50vw;
    height:40vh;
}