.x {
    margin: 10px;
    border: 1px solid black;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    max-width: 100%;
}

.subToTechno {
    margin: 10px;
}

#evanIsAnnoying {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

h3:hover {
    border: 1px dashed black;
}

h3 {
    padding: 10px;
    display: inline;
    border: 1px rgba(228, 20, 20, 0) solid;
    text-wrap: wrap;
}

.buton {
    height: 40px;
    background-color: white;
    border: 0;
    border-radius: 50px;
    box-sizing: border-box;
}

.buton:hover {
    cursor: pointer;
    background-color: lightgray;
}

div>div {
    display: flex;
    align-items: center;
}

#creation {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#note {
    padding: 1px;
    margin: 5px;
}

#newTaskButton {
    margin: 5px;
    background-color: white;
    border-radius: 100px;
    border: 0;
    height: 40px;
    width: 40px;
}

#newTaskButton:hover {
    background-color: lightGray;

}

#newTaskImage {
    filter: invert(100%);
    height: 30px;
    width: 30px
}

#dateInput {
    margin: 5px;
}

.deleteImg {
    width: 30px;
    height: 30px;
}