@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #1a1a2e;
    font-family: 'Quicksand', sans-serif;
    color: #e94560;
}

a {
    text-decoration: none;
    color: #e94560;
}

a:link {
    color: #e94560;
}

.head {
    background-color: #16213e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.5vh;
    padding-bottom: 1.3vh;
}

.nav-i {
    color: #e94560;
    font-family: 'Secular One', sans-serif;
    background-color: white;
    margin-left: 112%;
    padding-top: 3px ;
}

.nav-u {
    display: flex;
    flex-direction: row;
}

.nav-ui {
    padding-left: 20px;
    padding-right: 15px;
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1.5px white;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #0f3460;
    border-radius: 5px;
}

.main {
    padding-top: 29vh;
    display: flex;
    flex-direction: row;
    padding-left: 20vh;
    justify-content: space-between;
}

.hero {
    font-size: 82px;
    padding-bottom: 5px;
    margin-left: -6px;

}

.sub-hero {
    font-size: 40px;
    padding-bottom: 5px;
    margin-left: -4px;
}

.bor {
    color: #ff2e51 !important;
}

.anc {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 9vh;
}

img {
    margin-top: -60px;
    width: 70%;
}

a { 
    padding: 2px;
}

a:hover {
    background-color: #ff6a833b;
    color: #f80029;
    border-color: white;
    padding-bottom: 3px;
}

.skill{
    height: 45vh;
    margin-bottom: 5vh;
}

.skill-head{
    text-align: center;
    font-size: 48px;
    
}

.python{
    background-color: #202039;
    height: 200px;
    width: 40%;
    border-radius: 3%;
    box-shadow: 12px 12px 2px 1px rgba(86, 86, 96, 0.2);
    padding: 5px;
}

.skills-a{
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.skills-b{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.python-head{
    text-align: center;

}

.webdev{
    background-color: #202039;
    height: 200px;
    width: 40%;
    border-radius: 3%;
    box-shadow: 12px 12px 2px 1px rgba(86, 86, 96, 0.2);
    padding: 5px;
}

.webdev-head{
    text-align: center;
}

.work{
    height: 45vh;
    margin-top: 5vh;
}