* {
    font-family: Roboto, sans-serif;
}

body {
    background: url('../images/loxonet-hamburg.jpg') no-repeat;
}

.block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px;
    text-align: center;
}

.image {
    width: 100px;
    height: 100px;
}

.text {
    font-size: 15px;
    font-weight: 500;
    color: #293039;
    line-height: 1.5;
    margin-top: 15px;
}

.link {
    color: #2991ce;
}

.link:hover, .link:focus {
    color: #2991ce;
}