*{
    box-sizing: border-box;
}
            
body,#artInput{text-align: center;}
            
#artInput {
    background-position: 10px 10px;;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 60%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #000;
    margin-bottom: 12px;
    border-radius: 25px;
}
            
#artInput:focus {
    outline:none
}
            
#artTable {
    border-collapse: collapse;
    width: 85%;
    border: 1px solid #fff;
    font-size: 18px;
    margin-bottom:40px;
}
            
#artTable th, #artTable td {
    text-align: left;
    padding: 12px;
    text-align: left;
}
            
#artTable tr {
    border-bottom: 1px solid #000;
}
            
#artTable tr.header, #artTable tr:hover {
    background-color: #f1f1f1;
}
            
a {
    color: #00adbd;
}
            
h1, h2, h3, p {
    font-family: 'Nunito Sans', sans-serif;
}
            
@keyframes artshadow {
    from {}
    to {text-shadow: 2px 2px 5px black;}
}
            
h1, h2 {
    color: #00adbd;
    transition: 0.3s;
}
            
h3 {
    color: #9eabb9;
}

h4 {
    color: #000;
}
            
.button {
    background-color: #00adbd;
    border: none;
    color: white;
    padding: 8px 16px 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    width: 240px;
}
            
.button:hover {
    background-color: #0a93a0;
    color: white;
}
            
input[type = text], select {
    width: 240px;
    padding: 8px 16px 8px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
}

input[type = password], select {
    width: 240px;
    padding: 8px 16px 8px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
}

.textbox {
  border-radius: 25px;
  border: 2px solid #00adbd;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}