body {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    background-color: #D7FFFA;
}
.intro {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro-sent .name {
    padding: 120px;
}
.name {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.intro-sent{
    font-size: 1rem;
    width: 70%;
}
.title{
    width: 100vw;
    display: flex;
    justify-content: center;
    font-size:3rem;
    font-weight: bold;
}

.tags {
    display: flex;
    width: 100vw;
    justify-content: center;
}
.tags span {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    background-color: white;
    font-size: 15px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.specs {
    font-size: 34px;
    display: flex;
    flex-direction: column;
    width: 100vw;
}
.work-title {
    font-size: 3rem;
    width: 100vw;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.work-link {
    width: 100vw;
    display: flex;
    justify-content: center;
}
.exp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.explain {
    font-family: 'Roboto Mono', monospace;
    font-size: 17px;
    width: 80%;
}
.hack-link {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 20px;
    color: white;
    background-color: rgb(0, 83, 104);
}
.btn-container {
    width: 100vw;
    display: flex;
    justify-content: center;
}