.dot {
   
    color: rgb(255, 94, 0)
}


.line {
    position: relative;
    bottom: 5px;
    color: rgb(255, 94, 0)
}

h1 {
    color: white;

}

h2 {
    
    color: white;
}


.spaced {
    white-space: pre
}

.nav {
  display: flex;
  gap: 20px; 
  list-style: none;
  padding: 0;
}

.nav-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-right: auto; /* pushes other items to the right */
  letter-spacing: 2px; /* custom spacing */
  font-weight: bold;
  color: white;
}

.container1 {
    position: relative;

  
    top: 50px;
    left: 100px;
}

ul{
display: flex;
list-style: none; 
justify-content: flex-end;
gap: 40px;
}

ul li a {
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    color: white;
    padding: 20px;
}

body {
    background-color: rgb(16, 25, 36);
}

.button_1 button{
    background-color: rgb(255, 94, 0);
    color: white;
    border: none;

    width: 200px;
    height: 50px;

  font-family: 'Orbitron', sans-serif;

    position: relative;
    left: 15px;
    top: 30px;
}

.button_2 button{
    background-color: rgb(16, 25, 36);
    color: white;
    width: 200px;
    height: 50px;
    border: 2px solid rgb(255, 94, 0);

      font-family: 'Orbitron', sans-serif;
    position: relative;
    left: 30px;
    top: 30px;
}

.button_1 button:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.button_2 button:hover {
    background-color: rgb(255, 94, 0);
    border-color: rgb(16, 25, 36);
    cursor: pointer;
}

.image-wrapper {
    display: flex;
    justify-content: flex-end;
}

.image-wrapper_2 {
    position: relative;

    width: 100px;
    height: 100px;
    top: 180px;
    left: 100px;
}

img {
    border-radius: 15px;
    height:500px;

    position: relative;
    bottom: 100px;
}

.rectangle {
    display: flex;
    justify-content: center;
    width:100%;
    height: 50px;

    background-color: rgb(27, 35, 44);

    position: relative;

    bottom: 70px;
}

.rectangle li {

    position: relative;
    bottom: 40px;

    padding: 40px;
    color: gray;
}


.about {

    position: relative;
    bottom: 50px;
}


p {
position: relative;


bottom: 60px;

    color: gray;

font-family: 'Orbitron', sans-serif;

}


@media (min-width: 1200px) {


.image-wrapper {

    position: relative;
    justify-content: center;
    align-items: center;

    left: 400px;
    top: 10px;
}

.container1 {

    position: relative;
    
    left: 20px;



}
.image-wrapper_2 {

    position: relative;
    left: 5px;

    justify-content: center;
    align-items: center;

}



}


@media (max-width: 992px) {


.image-wrapper {

    position: relative;
    justify-content: center;
    align-items: center;

    left: 250px;
    top: 10px;
}

.container1 {

    position: relative;
    
    left: 20px;



}
.image-wrapper_2 {

    position: relative;
    left: 5px;

    justify-content: center;
    align-items: center;

}

.rectangle li {
    padding: 1px;

    position: relative;
    top: 1px
}

}


#github-logo img {
    width: 50px;
    height: 50px;


    border-radius: 50%;

    position: relative;

    top: 0px;
    left: 90%;


}

@media (max-width: 768px)  { 

.image-wrapper {

    position: relative;

    left: 1px;
    top: 500px;
}

.container1 {

    position: relative;
    
    left: 20px;



}
.image-wrapper_2 {

    position: relative;
    left: 110px;

    justify-content: center;
    align-items: center;

}

.nav-name {

position: relative;

left: 20px;

}


.rectangle {
position: relative;
width: 100%;
top: 450px;

}

.rectangle li {
    padding: 1px;

    position: relative;

    top: 1px;
}


.about {
    position: relative;

    top: 450px;
}

p {
    position: relative;
    top: 450px;
}




}




@media (max-width: 576px)  {

.image-wrapper {

    position: relative;
    justify-content: center;
    align-items: center;


    top: 500px;
}

.container1 {

    position: relative;
    
    left: 20px;



}
.image-wrapper_2 {

    position: relative;
    left: 10px;

    justify-content: center;
    align-items: center;

}








}



