
* {
    padding: 0;
    margin: 0;
}
.sedgwick-ave-regular {
    font-family: "Sedgwick Ave", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
body{
    
    
    text-decoration: none;
    
    background-size: cover;
}
header {
    
    
    text-align: center;
    background-repeat: no-repeat;
    font-size: 20px;
    
    
    top: 0px;
    left: 0px;
}
#start{
     
    background-image: url(/web5/portfolio/img/paper.JPG);
    padding: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 5vh;
    justify-content: center;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    object-fit: cover;
    
}

#start li{
    margin-top: 170px;
    display: inline-block;
    padding: 1.5px;
}

#one{
    font-family: Poppins;
    color: #000000;
    margin-bottom: 200px;
    background-color: #ffffff;
    padding: 5px;
    font-size: 45px;
    vertical-align: middle;
    transition: transform 0.4s;
    
}
#one{
    transform: rotate(-10deg);
}
#two{
    font-family: Poppins;
    color: #e01555;
    margin-top: 200px;
    padding: 5px;
    font-size: 80px;
    font-family: "Sour Gummy", sans-serif;
}

h1 {
    font-family: "Atma", system-ui;
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-align: center;
    object-fit: cover;
}
nav {
    padding: 30px 15px;
    position: fixed;
    width: 100%;
    background-color:#000000;
    word-spacing: 20px;
    text-align: center;
    box-sizing: border-box;
    top: 0px;
    z-index: 1;
    font-size: 20px;
}

a {
    font-family: "Poppins", serif;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 10px;
  }

article li {
    display: inline-block;
}

a {
    font-weight: 600;
    font-family: Poppins;
    font-size: 25px;
    text-align: center;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 0px 10px;
  }



a:hover{
    color: rgb(130 170 211);
    transition: 0.5s;
    background-color: white;
}
#logo {
    
    
    
    transform-origin: top center;
    object-fit: contain;
    
}

#logo img{
    padding-bottom: 1.5vh;
    height: 5rem;
    justify-content: center;
}

article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 10px;
    justify-content: left;
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
}