body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dddddd;
}

.content {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
}

#butter-bar {
    display: none;
    position: absolute;
    background-color: #ffffaa;
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 5px 20px 5px 20px;
    top: -5px;
}

.ip-card {
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 4px;
}

.ip-card .heading {
    color: #4444ff;
    font-size: 50px;
}

.ip-card .address {
    color: #000000;
    font-size: 20px;
    display: none;
}

.ip-card .gear {
    color: #000000;
    font-size: 50px;
}

.ip-card .gear span {
    display: inline-block;
}

.copy {
    display: none;
    position: relative;
    margin-left: 3px;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: background-color 0.5s;
    cursor: pointer;
}

.copy:hover {
    background-color: #cccccc;
}

.copy-inner {
    position: absolute;
    border: 2px solid #333333;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 3px;
}

.copy-inner-1 {
    position: absolute;
    left: 3px;
    top: 3px;
}

.copy-inner-2 {
    position: absolute;
    left: 9px;
    top: 9px;
}
