body{
    background-color: #f29204;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#img1{
    width: 60%;
    height: auto;
}

#img2{
    width: 80vw;
    height: auto;
}

#link{
    width: 50vw;
    height: auto;
    /* margin: 0px auto; */

}
