@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;

}

a:link{
    color: inherit;
    text-decoration: none;
    
}
a:visited{
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Figtree", sans-serif;
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.Container {
    height: 600px;
    background-color: white;
    width: 380px;
    margin-top: 5%;
    border-radius: 20px;


}

div .img {
    position: inherit;
    margin: 20px;
    border-radius: 25px;


}
  
.learning{
    font-weight: 800;
    padding: 5px;
    padding-left: 0px;
    padding-right:0px;
    background-color: hsl(47, 88%, 63%);
    width: 80px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.Publish{
    font-weight: 600px;
}

.txt h1{
    display: flex;
    font-size: 25px;
    font-weight: bold;

}

.txt h1:hover{
    color: hsl(47, 88%, 63%);
    background-color: rgb(25, 25, 25);
    border: 2px solid black;
    width: 300px;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.15s ease;
}


#all {
    margin: 10px;
    margin-left: 20px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 800;
    margin-top: 20px;
    margin-left: 20px;
}

.grg{
    width: 50px;

}

.ill{
    border-radius:15px;
}

