*{
    margin: 0px;
    padding: 0px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    box-sizing: border-box;
}

/* Welcoming */

.Welcome{
    background-color: #00383f;
    background-image: url(./Capture.PNG);
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

.Logo1{
    block-size: 160px;
    margin-top: 120px;
    margin-bottom: 50px;
}

.welcoming-text{
    margin-bottom: 200px;
    font-size: 35px;
}

.Center{
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
}

.Login{
    background-color: #8ec1b5;
    border-radius: 20px;
    padding: 15px 40px;
    font-size: 30px;
    transition: 0.5s;
}

.Login:hover{
    transform: scale(1.2);
}

/* Login */

.Login-page{
    background-image: url(./Capture2.PNG);
    min-height: 100vh;
    width: 100%;
}

.Login-input{
    width: 80%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 10px;
}

label{
    margin-top: 100px;
    font-size: 30px;
    padding-left: 15px;
    z-index: 999;
}

input{
    font-size: 20px;
    margin-top: -30px;
    padding: 10px 30px;
    border-radius: 15px;
    border-color: #8ec1b5;
    border-width: 3px;
    border-left: #8ec1b5;
    background-color: #40676c;
}

.Login-button{
    margin-top: 40px;
    margin-bottom: 40px;

}

.Right{
    text-align: right;
    padding: 10px;
}
.Logo2{
    block-size: 110px;
}

.Forget{
    padding-left: 55px;
    padding-top: 5px;
    text-decoration:underline
}

.cube{
    margin: 60px 45px;
    margin-right: 0px;
    height: 25px;
    width: 25px;
}

.Remember{
    font-size: 15px;
    position: relative;
    bottom: 5px;
}

/* Main */

.Notification{
    text-align: right;
    padding: 15px;
    margin-bottom: -30px;
    font-size: 35px;
}

.fa-solid{
    color: #579a8c;
}

.Main{
    background-image: url(/css/Capture.PNG);
    min-height: 100vh;
    width: 100%;
}

.Title{
    padding-top: 50px;
    padding-left: 10px;
    font-size: 29px;
    font-weight: normal;
    text-align: left;
    margin-bottom: -15px;
}

.Container{
    padding: 20px 10px 5px;
    background-color: #007269;
    width: 90%;
    min-height: 100px;
    border-radius: 8px;
    margin: 20px;
}

.Tasks-noti{
    padding: 10px;
    background-color: #579a8c;
    width: 100%;
    min-height: 100px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.Tasks-noti h3{
    padding-bottom: 5px;
}

.Task-title{
    font-weight: lighter;
    font-size: medium;
}

.Task-Sub{
    font-weight: lighter;
    font-size: medium;
}

.Deadline{
    font-weight: bold;
}

.Days{
    font-weight: bold;
}

.subject{
    text-align: center;
}

.subject .Container{
    padding: 10px 2.5px 2.5px;
}

.Subjects{
    block-size: 140px;
    margin-bottom: 10px;
}

.CenterDock{
    display: flex;
    justify-content: center;
}

.Dock{
    margin-top: 30px;
    border-radius: 20px;
    width: 90%;
    height: 65px;
    background-color: #007269;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.logo{
    color: #8ec1b5;
    font-size: 40px;
}

.Selected{
    width: 60px;
    height: 60px;
    background-color: #00595b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

/* Profile */

.Profile{
    background-color: #00383f;
    width: 100%;
    min-height: 100vh;
}

.Profile h2{
    padding-bottom: 20px;
}

.Container2{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.Edited{
    color: #fff;
    font-size: 100px;
    padding: 40px;
    border-width: 6px;
    border-color: #00595b;
    border-style: solid;
    border-top: #fff;
    border-bottom: #fff;
    border-left: #fff;
}

.Container3{
    display: flex;
    justify-content: space-between;
}

.Text{
    padding-left: 15px;
    padding-top: 50px;
    position: relative;
    left: -80px;
}

.Text2{
    padding-left: 15px;
    padding-top: 50px;
    border-width: 6px;
    border-color: #00595b;
    border-style: solid;
    border-bottom: #fff;
    border-top: #fff;
    border-right: #fff;
    margin-left: 50px;
}

/* Subjects */
.Subject{
    background-color: #00383f;
    width: 100%;
    min-height: 100vh;
}

.Title2{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.Container4{
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 155px;
}

.Card{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    height: 100px;
    width: 170px;
    background-color: #007269;
    border-radius: 20px;
    padding: 10px;
}

.CenterDock2{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

/* Services */

.services-page{
    background-color: #00383f;
    width: 100%;
    min-height: 100vh;
}

.services-page #h2{
    padding-top: 0px;
    margin-top: -40px;
}

.services-page #Container4{
    margin-bottom: 50px;
}


/* News */

.News{
    background-color: #00383f;
    width: 100%;
    min-height: 100vh;
}

.Container-news{
    padding: 20px 10px 5px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);
    background-color: #007269;
    width: 90%;
    min-height: 100px;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.NewKAU{
    padding: 10px;
    border-radius: 8px;
    background-color: #579a8c;
    display: flex;
    flex-direction: row;
    min-height: 300px;
    width: 100%;
    margin-top: 15px;
}

.BG{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    min-width: 130px;
    background-color: #2b6965;
    border-radius: 8px;
}

.LOGONEWS{
    color: #fff;
    font-size: 80px;
}

#p{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

p{
    padding: 10px;
}

/* responsive */