
body {
    background-image: url("shenron_wallpaper__1920x1080__by_timsimm2_de3e9a5-fullview.jpg");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


a:hover {
    font-size: 40px;
    transition-duration: 5s;
}

p:hover {
    text-transform: uppercase;
}

h1:hover {
    color: hotpink;
}

h3{
    text-shadow: 5px 5px #FF0000;
}

.page-wrapper {
    padding-top:475px;
}