
body { 
margin: 0;
cursor: url("cursor/pawprint.png"), auto;
}

#title {
    border: red 50px;
    width: calc(100% - 100px);
    text-align: center;
    height: 200px;
    border-style: solid dotted;
    background: black;
    margin: 0;
}

h1 {
    font-size: 80px;
    color: red;
}

#taskbar {
    border: solid red 5px;
    height: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

a {
    border: solid black 1px;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    color: black;
    cursor: url("cursor/pawprint.png"), auto;
}

a:hover {
    font-size: 50px;  
}

#about_me {
    background-color: blue;
}

#booking {
    background-color: hotpink;
}

#portfolio {
   background-color: #a1fa07;
}

#aftercare {
    background-color: yellow;
}





