.profile {
}

.round-image {
    height: 400px;
    width: 400px;
    border-radius: 50%;
}

.huge-heading {
    font-size: 80px;
}

.typewriter {
    width: 60%;
}

.typewriter h1 {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 0.5s steps(40, end);
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 30px); }
    100%   { transform: translate(0, -0px); }
}

.next-section-container {
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(149,192,226, 0.3);
    height: 50px;
    width: 50px;
}

.reaction-image {
    width: 30px;
    height: 30px;
    border-radius: 30%;
}

.reaction-modal-body {
    height: 60vh;
}

.reaction-modal-body-no-like {
    background: url("common/assets/no-like.jpeg") no-repeat center;
    background-size: cover;
}

.reaction-modal-body-like {
    background: url("common/assets/like.jpg") no-repeat center;
    background-size: cover;
}

.reaction-modal-body p {
    display: none;
}

.reaction-modal-body:hover p {
    display: block;
}

.reaction-modal-body-text {
    font-size: 40px;
    background-color: rgba(149,192,226, 0.5);
}

tbody tr {
    cursor: pointer;
}

.code-background {
    background-color: rgba(0, 0, 0, 0.4);
}

#upScrollButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
}

#upScrollButton:hover {
    background-color: #555;
}
