@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Ribeye+Marrow&family=Ultra&display=swap');

body {

    background-color: #bf94e9;
}



.box1{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(80, 115, 255);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px   
    
}
/*za promjenu*/
.box1:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

.box2{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(194, 80, 255);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;  
}
.box2:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}
.box3{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(255, 80, 200);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box3:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}


.box4{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(255, 80, 130);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box4:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

.box5{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(80, 115, 255);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box5:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

.box6{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color:  rgb(194, 80, 255);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box6:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

.box7{
    width: 510px;
    height: 155px;
    padding: 15px;
    background-color: rgb(255, 80, 200);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box7:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

.box8{
    width: 500px;
    height: 150px;
    padding: 15px;
    background-color: rgb(255, 80, 130);
    box-shadow: 15px 15px 10px lightblue;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box8:hover{
    width: 525px;
    height: 175px;
    box-shadow: 15px 15px 10px rgb(234, 131, 229);
    transition: width 1.5s, height 1.5s;
}

h1{
    font-size: 40pt;
    color: azure;
    text-align: center;
    font-family: "Ultra", serif;
}
h2{
    color: azure;
    font-family: "Ribeye Marrow", serif;
}
p{
    font-size: 14pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
a{
    color: lightblue;
    
}

a:hover{
    color: rgb(0, 0, 0);
}
p{
    color: azure;
}
li{
    font-size: 14pt;
    color: azure;
}

@media (max-width: 760px) {
    .box1{
        width: 410px;
        height: 145px;
        padding: 10px; 
        
    }
    /*za promjenu*/
    .box1:hover{
        width: 420px;
        height: 155px;
    }
    
    .box2{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box2:hover{
        width: 420px;
        height: 155px;
    }
    .box3{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box3:hover{
        width: 420px;
        height: 155px;
    }
    
    .box4{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box4:hover{
        width: 420px;
        height: 155px;
    }
    
    .box5{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box5:hover{
        width: 420px;
        height: 155px;
    }
    
    .box6{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box6:hover{
        width: 420px;
        height: 155px;
    }
    
    .box7{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box7:hover{
        width: 420px;
        height: 155px;
    }
    
    .box8{
        width: 410px;
        height: 145px;
        padding: 10px; 
    }
    .box8:hover{
        width: 420px;
        height: 155px;
    }
    
    h1{
        font-size: 30pt;
    }
    h2{
        font-size: 10pt;
    }
    p{
        font-size: 12pt;
    }
    div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    li{
        font-size: 12pt;
    
    }

}
