@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.card {
    background-image: url("https://d2clawv67efefq.cloudfront.net/ccbp-static-website/todolistbg.png");
    height: 97vh;
    padding: 2px;
    font-family: Roboto;
    background-size: cover;
}

.h-center {
    text-align: center;
}

.todolist {
    font-size: 40px;
    margin-top: 0px;
    color: white;
}

.para1 {
    font-size: 14px;
    color: #dbdbdb;
}

.para2 {
    color: white;
    font-weight: bold;
}

.para3 {
    color: #dbdbdb;
    font-size: 14px;
}

.button {
    color: white;
    background-color: orange;
    border-top-color: gray;
    border-left-color: gray;
    border-bottom-color: black;
    text-align: center;
    height: 30px;
    width: 60px;
    font-size: 15px;
}

.para4 {
    color: #dbdbdb;
    font-size: 10px;
    text-decoration: underline;
}
