body {
    margin: 0;
}

h1 {
    color: #000;
    text-align: center;
    font-size: 2.5em;
    font-family: sans-serif;
    font-weight: 700;
}

p {
    text-align: center;
    font-size: 1.3em;
    font-family: sans-serif;
    text-transform: uppercase;
}

.buttons {
    margin: 5px 10px
}

.buttons a {
    display: block;
    padding: 40px 0;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    font-family: sans-serif;
}

.linkedin {
    background-color: #0077b5;
}

.facebook {
    background-color: #3b5998;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.cyberfokus{
  background-color: #01081E;
}

.juice-studio{
  background-color:#194af6;
}

.julebrev{
  background-color:#E22020;
}
