hr{
    border-bottom: 10px;
    border-radius: 10px;
    height: 10px;
    background-color: black;
    border-color: transparent;
}
body{
    cursor: crosshair;
    cursor: help;
}

#new-thing{
    rotate: 3deg;
}

#rustMagic{
    background-color: springgreen;
}

#deetz{
    border-style: ridge;
    border-radius: 10px;
    cursor: crosshair;
}

html{
    font-family: fantasy;
    background-image: linear-gradient(#a890e0,white)
}

a:not(#artist, #doom){
    color: purple;
    font-size: large;
    border-style: outset;
    border-color: pink;
    background-color: wheat;
    
}

#artist{
    color: blue;
}

th{
  padding: 5px;  
}

h1{
    font-weight: 900;
}
h2{
    font-weight: 600;
}
h1 b{
    letter-spacing: 10px;
    color: rgb(167, 4, 167);
    background-color: #a991e0;
    border-radius: 5px;
}

.Border1{
    background-color: #ba5d1f;
    border-radius: 10px;
    padding: 5px;
    border-style: outset;
    border-color: #a890e0;
    margin: 10px;
}
.inline-block {
    display: flex;
 }
#MathT{
    background-color: #a991e0;
    border-color: aqua;
}
table:not(th){
    background-color: #ba5d1f;
    border-width: 100px;
    width: 100%;
    align-content: end;
}
#crybaby{
    text-align: center;
}