.toplanding {
    text-align: center;
    justify-content: center;
    height: 100vh;
    color: rgb(139, 80, 123);
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: newFont;

}

h1 {
    font-size: 80px;

}

nav {
    text-align: center;
    position: fixed;
    overflow: visible;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 15px;
    
}

a {
    text-decoration: none;
    color: #8e8e8e;
}


a:visited {
  color: #8e8e8e; 
}

a:hover {
  color: rgb(74, 74, 74);
}


body { 
    background-image: url("../img/backgroundimage.png");
    background-repeat: no-repeat;
    background-size: 1200px 900px; 
    background-attachment: fixed;
    background-position-x: center;


    
}

.stamp {

}

.stamp:hover {
    transform: rotate(5deg);

}

.projects { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px 40px;
    padding-top: 300px;
    height: 500px; 
}

.ending { 
    text-align: center;
    background-color: white;
    height: 100vh;
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color:rgb(139, 80, 123);
    font-family: newFont;
}


footer { 
    background-color: white;
    width: 100%;
    font-family: myFont;
    color:rgb(139, 80, 123);
    text-align: center;
}


@font-face {
  font-family: newFont; 
  src: url('../fonts/PPMondwest-Regular.otf'); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}