ul, p, h3, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: fontawesome;
    src: url('fonts/fontawesome-webfont.ttf');
}

@font-face {
    font-family: fontawesome1;
    src: url('fonts/FontAwesome.otf');
}

@font-face {
    font-family: goodtimes;
    src: url('fonts/good times rg.ttf');
}

body {
    background-image: linear-gradient(to right, #63242a, #543755, #63242a);
    margin: 0;
    font-family: Arial, sans-serif;
}

#container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#titel {
    color: #ffffff;
    font-family: goodtimes;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.center {
    width: 500px;
    height: 180px;
    margin: 20px 0;
    border: 3px solid #000000;
    border-radius: 12px;
    transition: 0.3s;
}

#divh1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: goodtimes;
}

#lexlink {
    background-image: linear-gradient(to right, #a0cc50, #60760a);
}

#jessicalink {
    background-image: linear-gradient(to right, red, yellow);
}

#rinlink {
    background-image: linear-gradient(to right, #ADD8E6, purple);
}

#lexlink:hover a h1 {
    color: #000000;
    font-size: 36px;
}

#jessicalink:hover a h1 {
    color: #000000;
    font-size: 36px;
}

#rinlink:hover a h1 {
    color: #000000;
    font-size: 36px;
}

.center:hover {
    border: 3px solid #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}
