@font-face {
    font-family: 'Better_VCR_6.1';
    src: url(../fonts/Better_VCR_6.1.ttf);
}

html {
    background-color: black;
    color: white;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
}

.site-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    height: 40px;
    font-size: 300%;
    font-family: 'Better_VCR_6.1';
}

.welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
    font-family: 'Better_VCR_6.1';
    font-size: 250%;
}

.list-services {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Better_VCR_6.1';
    font-size: 150%;
}

.list {
    margin: auto;
    margin-top: -1%;
    display: flex;
    justify-content: left;
    align-items: center;
    border-style: solid;
    border-radius: 15px;
    width: 40%;
    height: 135px;
    padding: 1px;
}

.list-blocks {
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    font-family: 'Better_VCR_6.1';
    text-align: center;
    height: 130px;
    width: 110px;
}

.logo {
    margin-top: 3%;
    margin-bottom: -10%;
    width: 100px;
    height: 100px;
}
