h1 {

    margin-top: 135px;

}

body {
    background-image: url(./index.jpg);
}

.task-page {
    display: flex;
    justify-content: center;
    gap: 20px;
}

h2 {
    border: 2px solid black;
    width: 250px;
    text-align: center;
    background-color: rgb(149, 155, 161);
    padding: 10px;
    border-radius: 35px;
    font-weight: bold;
}

ul {
    font-size: 30px;
    list-style-type: "\1F449";
    margin-left: 20px;

}



a:hover {
    color: #120fc7;
    zoom: 1.5;
    text-decoration: none;
}