﻿body {
    background-color: #1a1a1a;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 25px;
}

h3{
    font-size: 20px;
}

p{
    font-size: 20px;
}

.Full-Stack{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.Full-Stack-h1{
    margin-right: 30px;
}

.Full-Stack-h2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
