*{
    margin: 0;
    padding: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.container{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(./img/cr75.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    
    
}

.navbar{
    height: 12%;
    display: flex;
    align-items: center;
}
.logo{
    width: 50px;
    cursor: pointer;
}
.menu-icon{
    width: 30px;
    cursor: pointer;
    margin-left: 40px;
    
}
nav{
    flex: 1;
    text-align: right;
    margin-right: 40px;
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 60px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.row{
    display: flex;
    height: 88%;
    align-items: center;
}
.col{
    flex-basis: 50%;
    color: #fff;
}
h1{
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    
    
}
#pessi{
    line-height: 15px;
    font-size: 15px;
    font-family: sans-serif;
}
button{
    width: 180px;
    color: #000;
    font-size: 12px;
    padding: 12px,0;
    margin-top: 20px;
    outline: 0;
    border: 0;
    border-radius: 500px;
}
.card{
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;


}
.card1{
    background-image: url(./img/real.webp);
    position: relative;
   left: 100px;
   bottom: 12px;

}
.card2{
    background-image: url(./img/-juventus.webp);
    position: relative;
    left: 200px;
    bottom: 12px;

    
}
.card3{
    background-image: url(./img/manchester-united.jpg);
    position: relative;
    left: 100px;
    top: 30px;
}
.card4{
    background-image: url(./img/sport.jpg);
    position: relative;
    left: 200px;
    top: 30px;
}
.card:hover{
    transform: translateY(-10px);
}
h5{
    color:black;
    font-family: monospace;
    text-shadow: #000;
    font-size: 10px;
}
ul a:hover{
    border-bottom: 2px solid white;
    
}
