@media only screen and (max-width: 1920px) 
{
    .main-opened
    {
        width: 60%;
    }

}

@media only screen and (max-width: 1444px) 
{
    .hello
    {
        font-size: 300%;
        font-weight: bold;
        width: max-content;
    }
}

@media only screen and (max-width: 1100px) 
{ 
    .main-opened
    {
        width: 350px;
        border-radius: 250px;
        margin-right: 0px;
        margin-left: 50vw;
        transform: translate(-50%);
        overflow: visible;
        flex-direction: column;
    }

    .main-circle
    {
        width: 350px;
        border-radius: 250px;
        margin-right: 0px;
        margin-left: 50vw;
        transform: translate(-50%);
        overflow: visible;
        flex-direction: column;
    }

    .text-div
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 59px;
        width: 350px;
    }

    .hello
    {
        text-align: center;
        font-size: 53px;
    }

    .sara-here
    {
        margin-right: none;
        width: max-content;
        display: inline-block;
        font-size: 44px;
    }

    .top-corner-div
    {
        width: 150px;
        margin-left: 100px;
        margin-top: 25px;
        overflow: hidden;
    }

  
}

@media only screen and (max-width: 587px) 
{
    .main-opened
    {
        width: 60vw;
        height: 60vw;
        border-radius: 50%;
        margin-left: 50vw;
        transform: translate(-50%) 
    }

    .main-circle
    {
        width: 60vw;
        height: 60vw;
        border-radius: 50%;
        margin-left: 50vw;
        transform: translate(-50%)
    }

    .main-headshot
    {
        width: 43vw;
        height: 43vw;
        margin-top: 8.5vw;
        margin-left: 8.5vw;
        margin-right: 8.5vw;
        border-radius: 50%;
    }

    .text-div
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10vw;
        width: 50vw;
    }

    .hello
    {
        font-size: 9vw;    
    }

    .sara-here
    {
        font-size: 7.5vw;
    }

    .top-corner-div
    {
        width: 15vw;
        height: 15vw;
        margin-left: 10vw;
        margin-top: 2vw;
        overflow: hidden;
        border-radius: 10.5vw;
        transition: all 0.4s;
        
    }

    .top-corner-headshot
    {
        width: 10vw;
        height: 10vw;
        margin-top: 2.5vw;
        margin-left: 2.5vw;
        opacity: 0.87;
        border-radius: 50%;
        border: 2px solid white;
    }
}
