.lazywrap h1 {
    text-align: center;
    display: block !important;
    color: white !important;
    background: #7855ff;
    padding: 20px;
    border-bottom: 1px solid;
    
}
button#add-href-string, #remove-href-string {
    background-color: #f32e7b;
    border: none;
    color: white;
    padding: 5px 15px;
    margin-top: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #f32e7b;
}
.lazywrap th {
    padding-left: 10px !important;
    font-size: 20px !important;
    color: white !important;
}
.lazywrap {
    background: #7855ff;
    margin-right: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
    box-shadow: 1px 1px 5px #7855ff;
}
.href-string {
    margin-bottom: 5px;
}
.lazywrap .submit input#submit {
    background: #f32e7b;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px !important;
    line-height: 30px;
    box-shadow: 1px 2px 15px #f32e7b;
    border: none;
}
.lazywrap .submit input#submit:hover {
    transform: translateY(2px);
}
.lazywrap p.noticep {
    background: darkblue;
    padding: 10px;
    bottom: 5px;
    position: relative;
    font-size: 14px;
    font-family: monospace;
}