@media screen and (max-width: 1280px) { div.contentblock {width: 1200px;} }
body {
    color: #fff0fe;
    background: #0b0001;
}

.big {
    color: white;
    text-decoration: none;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 100px;
    text-align: center;
    margin: 50px;
}

.big a {
    color: white;
    text-decoration: none;
}

.small {
    font-size: 35px;
}

.nav {
    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    color: #0b0001;
}

.nav a {
    color: white;
    text-decoration: none;
}

ul.nav li {
    list-style: none;
}

.nav a:hover {
    color: #000000;
    background: #dd05c6;
    display: flex;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;

}

.circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    line-height: 250px;
    font-size: 3em;

}

.one {

    background: palegreen;
}

.two {

    background: #1279ee;
}

.three {
    color: white;
    background: plum;
}

.in {
    text-align: center;
    font-size: 10px;
    position: fixed;
    left: 50%;
    bottom: 0;
}

.block {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-self: stretch;
    justify-content: center;
    align-items:center ;
}

.vak {
    width: 700px;
    margin: 0 auto;
}

.vak a {
    color: #f4ff03;
    text-decoration: none;
    border-color: #f4ff03;
    border-radius: 10px;
}

.ros a {
    color: #ff0ae2;
}

.karta {
    margin: 80px;
}

.tab {
    display: flex;
    justify-content: center;
    flex-flow: row;
}

.starex {
    color: #1279ee;
    font-size: 20px;
    background: #1314ff;
    text-decoration: none;
    border-style: groove;
    border-radius: 30px;
    box-shadow: #1a05ee;

}
.tel{
    color: #dd05c6;
}
a:hover.starex {
    color: #f4ff03;
    background: #1314ff;
}







