@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

.golos {
    font-family: "Golos", sans-serif;
}
.links {
    padding-left: 40px;
    padding-right: 40px;
}

.description {
    font-size: 25px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sync {
    font-size: 96px;
    font-weight: bold;
}
.tag {
    font-size: 22px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}
.email-form{
    width: auto;
}
.join{
    background-color: #BD0027;
    color: #F6F6F6;
}

h1{
    font-size: large;
    font-weight: bold;
}