* {
    font-family: Arial, sans-serif;
    text-align: center;
    overflow: hidden;
    color: white;
}

html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background-color: rgb(18, 26, 18);
}

.background {
    background-image: url("image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px;
    border-radius: 500px;
}

.name {
    font-size: 80px;
    margin-bottom: 10px;
}

.info {
    font-size: 24px;
}

.finstilt {
    font-size: 16px;
}

svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.block {
    display: inline-block;
    margin: 10px
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
