﻿body {
    background: #000000;
    margin: 25px;
    font-family: Dancing Script;
    font-size: 32px;
    color: #ECD7BB;
    text-shadow: 3px 4px 6px #000000;
}
.titel_body {
    background: linear-gradient(#004C00, #000000);
    width: 1200px;
    height: 400px;
    border: 3px ridge #808080;
    margin: 120px auto 50px auto;
}
.button {
    background: linear-gradient(#000000,#B22222,#FFD700);
    width: 200px;
    height: 50px;
    margin: 15px auto;
    border: 3px ridge #808080;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: Maven Pro;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    transition: 0.7s;
}
.button:hover {
    width: 260px;
    box-shadow: 0 0 50px 0 #A9A9A9;
    transform: scale(1);
}
a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.3);
}
