@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap');

body{
    background: #0A0A0A;
    margin:0;
    padding:0;
    font-family: "Alef", sans-serif;
    color: #C79E18;

}

b{
    color:#f3f3f3;
}

.logo-wrapper{
    display:flex;
    justify-content: center;
}

.logo-main{
    height:100%;
}


.logo-set{
    width:150px;
    height:150px;
    padding: 8px;
    margin:14px;
    border: solid 5px #f3f3f3;
    border-radius:50%;
    display: flex;
    justify-content:center;
    align-items:center;
}


.text-polish{
    font-size: 1rem;
}
.text-yiddish{
    font-size: 2rem;
}

.front-text-wrapper{
    display: flex;
    justify-content: center;
}
.front-text{
    text-align: center;
}


.golden-calf-wrapper{
    display: flex;
    justify-content:center;
}

.golden-calf > a > img{
    width:150px;
}

@media(min-width:576px){
    .logo-set{
        width:300px;
        height: 300px;
    }
    .golden-calf > a > img{
        width:200px;
    }
}