@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
    padding: 10px;
}
.head {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 75px;
    height: 75px;
    transform: translateX(-10px) scale(1.2);
}
.menu {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction:column;
    align-content:flex-end;
    justify-content: flex-end;
    align-items:flex-end;
    flex-wrap: wrap;
    gap: 15px;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: black;
}
.contacts {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
height: 100%;
width: 100%;
gap: 15px;
font-size: medium;
}
.list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    gap: 35px ;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 10px;
    padding-top: 25px;
}
.slide {
    width: 85%;
    background-color: blue;
    padding: 10px;
    color: white;
    font-family: "Inter";
}
.item {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.data {
    text-align: center;   
    font-family:"Merriweather" ;
}
.programs {
width: 80%;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
gap: 20px;
padding: 15px;
}
.card {
height: 200px;
width: 200px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
border-radius: 15px;
    img {
        width: 100px;
        height: 100px;
    }
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-family:Inter ;
}

.business {
    background-color: rgb(109, 182, 109);
}
.computing {
    background-color: rgb(118, 118, 239);
}
.design {
    background-color: rgb(207, 150, 45);
}
.engineering {
    background-color:rgb(18, 110, 18) ;
}
.health {
    background-color:rgb(62, 62, 196) ;
}
.tourism {
    background-color:rgb(203, 46, 203) ;
}
.media {
    background-color:rgb(109, 107, 107) ;
}
.nursing {
    background-color:rgb(120, 120, 183);
}