#nav {
    margin: 2px solid;
    position: center;
    border-style: outset;
    border-color: black;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    background-color: lightblue;


}

h1 {
    text-align: center;
    font-size: 100px;
}

span {
    font-style: italic;
    color: rgb(0, 229, 255);
}

p {
    text-align: center;
    font-size: 15px
}

.box {
    width: 100px;
    height: 20px;
    border: 2px solid black;
    background-color: lightblue;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

#about {
    font-size: 20px;
    text-align: center;
    margin-left: 30px;
    border-style: outset;
    border-color: black;
    border-radius: 10px;
    justify-content: center;
    width: 600px;
}

#stats {
    margin-left: 700px;
    margin-top: -270px;

}

.smallbox {
    width: 500px;
    border-color: black;
    margin-bottom: 10px;
    height: 75px;
    border-radius: 10px;
    border-style: outset;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiny {
    border-style: outset;
    border-color: black;
    margin: 10px;
    width: 350px;
    height: 100px;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.ski {
    font-style: bold;
}

.proj {
    border-style: outset;
    border-color: black;
    margin: 10px;
    width: 1200px;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
}

.project {
    font-size: 20px;
}

#contact {
    border-style: outset;
    border-color: black;
    margin: 10px;
    width: 1200px;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
}

#cont {
    text-align: center;
}

#buttons {
    margin-top: 30px;
    text-align: center;
    margin-top: -10px;
}

.c {
    display: inline-block;
    border-color: black;
    border-radius: 15px;
    padding: 5px;
    margin: 10px;
    height: 50px;
    margin-bottom: 10px;
    background-color: rgb(119, 129, 129);


}

body {
    background: linear-gradient(to right, rgb(220, 214, 215), lightpink)
}