html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body
{
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
}
.MainPage {
    background: linear-gradient(to top left, #FE0988 20%, #000000 50%, #7337BD);
    top:0px;
    left:0px;
    width: 100%;
    height: auto;
    text-shadow: 21px 9px 4.8px #00000048;
    padding-bottom: 120px;
}

.Logo {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.Logo img {
    padding-top: 40px;
    width: 100px;
    height: auto;
}

.Logo-text {
    margin-left: -10px;
    font-size: 25px;
}

.MyName {
    justify-content: center;
    text-align: center;
    font-size: 80px;
}

.MyName-Work {
    font-size: 40px;
    margin-top: -20px;
    margin-left: 450px;
}

.MainPage-First {
    margin-top: 150px;
    margin-left: -800px;
    font-size: 30px;
}

.MainPage-Second {
    margin-top: 100px;
    margin-left: 800px;
    font-size: 30px;
    padding-bottom: 100px;
}

.MainPage-Button {
    text-align: center;
    width: 200px;
    margin-top: 20px;
    padding: 10px 20px;
    background: transparent;
    border: 2px solid white;
    border-radius: 11px;
    font-size: 1em;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.MainPage-Button:hover {
    background: white;
    color: black;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.Abouyme{
    background-color: #1B1B35;


}
.BeginOfSlide{
    padding-top: 20px;
    padding-left: 40px;
    display: flex;
    align-items: center; 
    font-size: 35px;
}
.Abouyme-img{
    height: auto;
    width: 50px;
}
.Abouyme-Desc{
    align-items: center; 
    font-size: 26px;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 80px;
    height: auto;
    width: 90%;
}
.VityaPr{
    top: -60px;
    width: 400px;
    height: 400px;
}
.Skills{
    padding-top: 40px;
    background-color: #111111;
    padding-bottom: 40px;
}
.BeginOfSlide-Skills {
    display: flex;          
    justify-content: space-between;
    align-items: center;       
    width: 100%;         
    font-size: 35px;   
}

.LeftSide {
    padding-left: 40px;
    display: flex;        
    align-items: center;     
}

.RightSide {
    padding-right: 390px;
    display: flex;          
    align-items: center;     
}
.skills-list{
    font-size: 20px;
    justify-content: space-between;
    align-items: center;       
    padding-right: 800px;
    padding-left: 30px;
    display: flex;          
}
.Myproject{
    background-color: #1B1B35;
}
.Myproject-Cards {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.Myproject-Card{
    align-items: center;
    width: 476px;
    height: 400px;
    justify-content: center;
    overflow: hidden;
    border-radius: 26px;

}
.Myproject-On-Card{
    cursor: pointer;
}
.Myproject-On-Card:hover{
    color: black;

}
.Myproject-Card-Desc-bg{
    position: relative;
    text-align: center; 
    top:-20%;
    justify-content: center;
    background-color: #585858cc;
    height: 20%;
    border-radius: 26px;

}
.Myproject-Card-ico{
    width: 100%;
    height: 100%;
}
.NewProjects{
    padding-top: 20px;
    background-color: #111111;
    padding-bottom: 20px;
}
.Contactwithme{
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #1B1B35;
    
}
.Contact{
    padding-left: 40px;
    font-size: 28px;
}
.TextContact{
    padding-top: 20px;
    padding-left: 40px;
    font-size: 25px;
}
.GitImg{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.GitH:hover{
    cursor: pointer;
    color: #000000;
}
