body
{
    background-color: rgb(18, 18, 18);
    overflow-x: hidden;
    max-width: 100%;
    min-height: 100vh;
    position: relative;
}

.background-words
{
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    padding-left: 30px;
    font-size: 310px;
    font-weight: bold;
    color: rgb(22, 22, 22);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    position: absolute;
    z-index: -1;
    line-height: 1;
    letter-spacing: -20px;
}

.main-headshot
{
    width: 250px;
    height: 250px;
    opacity: 0.87;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 50%;
    border: 2px solid white;
    transition: all 0.4s;
}

.main-circle
{
    width: 350px;
    height: 350px;
    border-radius: 250px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 250px;
    background-color: rgb(30, 30, 30);
    display: flex;
    overflow: hidden;
    transition: all 0.4s;
}

.main-opened
{
    width: 900px;
    max-width: 900px;
    border-radius: 250px 30px 30px 250px;
}

.text-div
{
    align-self: center;
}

.hello
{
    font-size: 400%;
    font-weight: bold;
    width: max-content;
}

.sara-here
{
    width: max-content;
}

.home-nav
{
    font-size: 20px;
    padding-top: 4px;
}

.navbar-nav
{
    align-items: left;
    line-height: 1;
}

.navbar-toggler
{
    margin-bottom: 5px;
    height: 35px;
    align-items: center;
}

.navbar-toggler-icon
{
    transform: translateY(-3px);
}