* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    background: url(../images/sidrovich.jpg) no-repeat center center /cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

span {
    font-weight: 700;
}

.text {
    padding: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    background: white;
    border-radius: 5px;
}

.tasks {
    display: flex;
    justify-content: space-between;
    gap: 500px;
}

.task {
    padding: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    background: white;
    color: black;
    border-radius: 5px;
}