*{
    margin:0;
    padding: 0;
}

body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
}


.main-container{
    height: 100vh;
    width: 100vw;
    background-color: white;
    padding: 2.5vh 2.5vw;
    box-sizing: border-box;
}

.background-box{
    background-color: #f7f7f1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    flex-wrap: wrap;
    overflow: auto;
}

.julius-sans-one-regular {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.karma-regular {
  font-family: "Karma", serif;
  font-weight: 200;
  font-style: normal;
}


.SD-logo{
    padding: 1vw;
    width: 32px;
    height: 32px;
}

.dude-wave{
    height: auto;
    border-radius: 50%;
    margin-top: 1vw;
}


.my-name{
    font-size: 5px;
    margin-top: 2vw;
    font-weight: bold;
}



.short-intro{
    font-size: 1.6vw;
    margin-top: 20px;
    font-family: 'Karma';
}

.contains-links{
    margin-top: 4vw;
    width: 100%;
    height: auto;
    display: flex;
    gap: 5vw; 
    justify-content: center;
    margin-bottom: 3vw;
}

.buttons{
    width: 12vw;
    height: 50px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-family:  'M PLUS Rounded 1c';
    color: black;
    border-radius: 2px;
    text-decoration:none;
    margin-left: 1vw;
    margin-right: 1vw;

}

.about{
    background-color: #6158b2;
    color: white;
}

.blogs{
    background-color: #ffb077;
    color: black;
}

.acads{
    background-color: #daf415;
    color: black;
}

.code{
    background-color: #77d7f0;
    color: black;
}

.chess{
    background-color: #a56c49;
    color: white;
}

.moments{
    background-color: #ffc8dd;
    color: black;
}

.social-media-icons{
    background-color: transparent;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1.5vh;
    display: flex;
    gap: 1.2vw; 
    justify-content: center;
    margin-right: 2.5vw
}

.icons{
    width: 3vw;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.icons:hover {
  transform: scale(1.1);
}

#clock{
    display: inline-block;
    font-family: 'Karma';
    margin-top: 50px;
    font-size: 1.3vw;
    font-style: italic;
    font-weight: 600;

}

.buttons{
    transition: transform 0.3s ease;
}

.buttons:hover {
  transform: scale(1.1);
}

@media (min-width: 300px){
    .dude-wave{
        width: 200px;
    }

    .my-name{
        font-size: 35px;
    }

    .short-intro{
        font-size: 15px;
    }

    #clock{
        margin-top: 15px;
        font-size: 15px;
    }

    .contains-links{
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .buttons{
        width: 100%;
        font-size: 15px;
    }

    .icons{
        width: 25px;
    }

}

@media (min-width: 520px){
    .dude-wave{
        width: 220px;
    }

    .my-name{
        font-size: 35px;
    }

    .short-intro{
        font-size: 15px;
    }

    #clock{
        margin-top: 15px;
        font-size: 15px;
    }

    .contains-links{
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
        flex-direction: column;
        gap:10px;
        align-items: center;
    }

    .buttons{
        width: 100%;
        font-size: 18px;
    }

    .icons{
        width: 30px;
    }

}

@media (min-width: 720px){

    .short-intro{
        font-size: 18px;
    }

    #clock{
        font-size: 16px;
    }

    .contains-links{
        margin-top: 10px;
        margin-left: 18%;
        margin-right: 18%;
        width: 64%;
        height: auto;
        display: flex;
        gap: 10px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3vw;
    }

}

@media (min-width: 1000px){

    .contains-links{
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    height: auto;
    display: flex;
    gap: 10px; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3vw;
    }

    .dude-wave{
        width: 300px;
    }

    .my-name{
        font-size: 40px;
    }

    .short-intro{
        font-size: 25px;
    }

    #clock{
        margin-top: 50px;
        font-size: 18px;
    }

    .buttons{
        font-size: 20px;
    }
}

@media (min-width:1500px){
    .contains-links{
        margin-top: 100px;
    }

    #clock{
        font-size: 25px;
    }
}