@charset "UTF-8";

html {
    background: #000000;
}

* {
    text-align: center;
    color: #ffffff;
}

p {
    font-size: 20px;
}

.linkbox {
    position: relative;
    width: 200px;
    height: 30px;
    text-align: center;
    margin: auto;
    background: #000000;
    border: solid 1px #ffffff;
}

.linkbox p {
    margin: 0; 
    padding: 0;
}

.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.linkbox:hover {
    background: #00b7ff;
    width: 200px;
}